User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.bingmapsoverlay

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
thinkgeo.mapsuite.mvcedition.bingmapsoverlay [2015/09/22 08:33]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MvcEdition.BingMapsOverlay ====== 
-Represents an overlay object that gets images from Microsoft'​s Virtual Earth server. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *ThinkGeo.MapSuite.MvcEdition.Overlay 
-      ***ThinkGeo.MapSuite.MvcEdition.BingMapsOverlay** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} BingMapsOverlay() ** 
- 
-  * //​Initialize an instance of the VirtualEarthOverlay class.// 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} BingMapsOverlay(String) ** 
- 
-  * //​Initialize an instance of the VirtualEarthOverlay class with the overlay identifier specified.//​ 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-  * //id// 
-    * Type:String 
-    * Description:​The identifier that will be used to find the overlay. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} BingMapsOverlay(String,​BingMapsStyle) ** 
- 
-  * //​Initialize an instance of the VirtualEarthOverlay class with the overlay identifier and Virtual Earth map type specified.//​ 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-  * //id// 
-    * Type:String 
-    * Description:​The identifier that will be used to find the overlay. 
- 
-  * //​bingMapsMapType//​ 
-    * Type:​[[ThinkGeo.MapSuite.MvcEdition.BingMapsStyle|BingMapsStyle]] 
-    * Description:​The VirtualEarth map type. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} BingMapsOverlay(BingMapsStyle) ** 
- 
-  * //​Initialize an instance of the VirtualEarthOverlay class with the overlay identifier//​ 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-  * //​bingMapsMapType//​ 
-    * Type:​[[ThinkGeo.MapSuite.MvcEdition.BingMapsStyle|BingMapsStyle]] 
-    * Description:​The VirtualEarth map type. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} BingMapsOverlay(BingMapsStyle,​String) ** 
- 
-  * //​Initialize an instance of the VirtualEarthOverlay class with the bingMaps map type and credentials.//​ 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-  * //​bingMapsMapType//​ 
-    * Type:​[[ThinkGeo.MapSuite.MvcEdition.BingMapsStyle|BingMapsStyle]] 
-    * Description:​The VirtualEarth map type. 
- 
-  * //​credentials//​ 
-    * Type:String 
-    * Description:​the Bing Maps key registered from https://​www.bingmapsportal.com/,​ it will be used to authenticate against any of the REST Services APIs. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} BingMapsOverlay(String,​BingMapsStyle,​String) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-  * //id// 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //​bingMapsMapType//​ 
-    * Type:​[[ThinkGeo.MapSuite.MvcEdition.BingMapsStyle|BingMapsStyle]] 
-    * Description:​N/​A 
- 
-  * //​credentials//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} BingMapsOverlay(String,​String) ** 
- 
-  * //​Initialize an instance of the BingMapOverlay class with the overlay identifier, bingMaps map type and bingMapsKey.//​ 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-  * //id// 
-    * Type:String 
-    * Description:​The identifier that will be used to find the overlay. 
- 
-  * //​bingMapsKey//​ 
-    * Type:String 
-    * Description:​the Bing Maps key registered from https://​www.bingmapsportal.com/,​ it will be used to authenticate against any of the REST Services APIs. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} BingMapsOverlay(String,​String,​BingMapsStyle) ** 
- 
-  * //​Initialize an instance of the BingMapOverlay class with the overlay identifier, bingMaps map type and bingMapsKey.//​ 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-  * //id// 
-    * Type:String 
-    * Description:​The identifier that will be used to find the overlay. 
- 
-  * //​bingMapsKey//​ 
-    * Type:String 
-    * Description:​the Bing Maps key registered from https://​www.bingmapsportal.com/,​ it will be used to authenticate against any of the REST Services APIs. 
- 
-  * //​bingMapsMapStyle//​ 
-    * Type:​[[ThinkGeo.MapSuite.MvcEdition.BingMapsStyle|BingMapsStyle]] 
-    * Description:​The Bing Map styles. 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} FromJson(String) ** 
- 
-  * //Load this object from a json string.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​jsonString//​ 
-    * Type:String 
-    * Description:​a json string 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToJson() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} EhQ=(Page) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //page// 
-    * Type:Page 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} RegisterJavaScriptLibraryCore(Page) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //page// 
-    * Type:Page 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} Credentials ** 
- 
-Gets or sets the Bing Maps key registered from https://​www.bingmapsportal.com/,​ it will be used to authenticate against any of the REST Services APIs. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} BingMapsKey ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} MapType ** 
- 
-Gets or sets a value to display which type of Virtual Earth map. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.BingMapsStyle|BingMapsStyle]] 
- 
-** {{wiki:​PublicProperty.gif|}} MapStyle ** 
- 
-Gets or sets a value to display which type of Virtual Earth map. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.BingMapsStyle|BingMapsStyle]] 
- 
-** {{wiki:​PublicProperty.gif|}} OnClientAutoRefreshTick ** 
- 
-Don't support auto tick event by default. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} IsVisible ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} Name ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} Opacity ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} IsVisibleInOverlaySwitcher ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} IsBaseOverlay ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} Id ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} AutoRefreshInterval ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​TimeSpan 
- 
-** {{wiki:​PublicProperty.gif|}} Attribution ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:String 
- 
-==== Protected Properties ==== 
-** {{wiki:​ProtectedProperty.gif|}} OverlayType ** 
- 
-Gets a string that indicates the overlay type. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​ProtectedProperty.gif|}} ERQ= ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-==== Public Events ==== 
  
thinkgeo.mapsuite.mvcedition.bingmapsoverlay.1442910808.txt.gz ยท Last modified: 2015/09/22 08:33 by admin