This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.mvcedition.bingmapsoverlay [2015/09/21 03:32] admin |
thinkgeo.mapsuite.mvcedition.bingmapsoverlay [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.MvcEdition.BingMapsOverlay ====== | ====== ThinkGeo.MapSuite.MvcEdition.BingMapsOverlay ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
Represents an overlay object that gets images from Microsoft's Virtual Earth server. | Represents an overlay object that gets images from Microsoft's Virtual Earth server. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 9: | Line 12: | ||
** {{wiki:PublicMethod.gif|}} BingMapsOverlay() ** | ** {{wiki:PublicMethod.gif|}} BingMapsOverlay() ** | ||
- | Initialize an instance of the VirtualEarthOverlay class. | + | * //Initialize an instance of the VirtualEarthOverlay class.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} BingMapsOverlay(String) ** | ** {{wiki:PublicMethod.gif|}} BingMapsOverlay(String) ** | ||
- | Initialize an instance of the VirtualEarthOverlay class with the overlay identifier specified. | + | * //Initialize an instance of the VirtualEarthOverlay class with the overlay identifier specified.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //id// | * //id// | ||
Line 27: | Line 30: | ||
** {{wiki:PublicMethod.gif|}} BingMapsOverlay(String,BingMapsStyle) ** | ** {{wiki:PublicMethod.gif|}} BingMapsOverlay(String,BingMapsStyle) ** | ||
- | Initialize an instance of the VirtualEarthOverlay class with the overlay identifier and Virtual Earth map type specified. | + | * //Initialize an instance of the VirtualEarthOverlay class with the overlay identifier and Virtual Earth map type specified.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //id// | * //id// | ||
Line 42: | Line 45: | ||
** {{wiki:PublicMethod.gif|}} BingMapsOverlay(BingMapsStyle) ** | ** {{wiki:PublicMethod.gif|}} BingMapsOverlay(BingMapsStyle) ** | ||
- | Initialize an instance of the VirtualEarthOverlay class with the overlay identifier | + | * //Initialize an instance of the VirtualEarthOverlay class with the overlay identifier// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //bingMapsMapType// | * //bingMapsMapType// | ||
Line 53: | Line 56: | ||
** {{wiki:PublicMethod.gif|}} BingMapsOverlay(BingMapsStyle,String) ** | ** {{wiki:PublicMethod.gif|}} BingMapsOverlay(BingMapsStyle,String) ** | ||
- | Initialize an instance of the VirtualEarthOverlay class with the bingMaps map type and credentials. | + | * //Initialize an instance of the VirtualEarthOverlay class with the bingMaps map type and credentials.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //bingMapsMapType// | * //bingMapsMapType// | ||
Line 68: | Line 71: | ||
** {{wiki:PublicMethod.gif|}} BingMapsOverlay(String,BingMapsStyle,String) ** | ** {{wiki:PublicMethod.gif|}} BingMapsOverlay(String,BingMapsStyle,String) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //id// | * //id// | ||
Line 87: | Line 90: | ||
** {{wiki:PublicMethod.gif|}} BingMapsOverlay(String,String) ** | ** {{wiki:PublicMethod.gif|}} BingMapsOverlay(String,String) ** | ||
- | Initialize an instance of the BingMapOverlay class with the overlay identifier, bingMaps map type and bingMapsKey. | + | * //Initialize an instance of the BingMapOverlay class with the overlay identifier, bingMaps map type and bingMapsKey.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //id// | * //id// | ||
Line 102: | Line 105: | ||
** {{wiki:PublicMethod.gif|}} BingMapsOverlay(String,String,BingMapsStyle) ** | ** {{wiki:PublicMethod.gif|}} BingMapsOverlay(String,String,BingMapsStyle) ** | ||
- | Initialize an instance of the BingMapOverlay class with the overlay identifier, bingMaps map type and bingMapsKey. | + | * //Initialize an instance of the BingMapOverlay class with the overlay identifier, bingMaps map type and bingMapsKey.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //id// | * //id// | ||
Line 123: | Line 126: | ||
** {{wiki:PublicMethod.gif|}} FromJson(String) ** | ** {{wiki:PublicMethod.gif|}} FromJson(String) ** | ||
- | Load this object from a json string. | + | * //Load this object from a json string.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 139: | Line 142: | ||
** {{wiki:PublicMethod.gif|}} ToJson() ** | ** {{wiki:PublicMethod.gif|}} ToJson() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 151: | Line 154: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 163: | Line 166: | ||
** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 179: | Line 182: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 191: | Line 194: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 204: | Line 207: | ||
** {{wiki:ProtectedMethod.gif|}} EhQ=(Page) ** | ** {{wiki:ProtectedMethod.gif|}} EhQ=(Page) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 220: | Line 223: | ||
** {{wiki:ProtectedMethod.gif|}} RegisterJavaScriptLibraryCore(Page) ** | ** {{wiki:ProtectedMethod.gif|}} RegisterJavaScriptLibraryCore(Page) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 236: | Line 239: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 248: | Line 251: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == |