User Tools

Site Tools


thinkgeo.mapsuite.webedition.bingmapsoverlay

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.webedition.bingmapsoverlay [2015/09/18 03:07]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.WebEdition.BingMapsOverlay ====== 
-Represents an overlay object that gets images from Microsoft'​s Bing Map server. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *ThinkGeo.MapSuite.WebEdition.Overlay 
-      ***ThinkGeo.MapSuite.WebEdition.BingMapsOverlay** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} BingMapsOverlay() ** 
- 
-Initialize an instance of the BingMapsOverlay class. 
-== Remarks == 
-N/A 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} BingMapsOverlay(String) ** 
- 
-Initialize an instance of the BingMapsOverlay 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 BingMapsOverlay class with the overlay identifier and Bing 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.WebEdition.BingMapsStyle|BingMapsStyle]] 
-    * Description:​The Bing map type. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} BingMapsOverlay(BingMapsStyle,​String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //​bingMapsMapType//​ 
-    * Type:​[[ThinkGeo.MapSuite.WebEdition.BingMapsStyle|BingMapsStyle]] 
-    * Description:​N/​A 
- 
-  * //​credentials//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<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.WebEdition.BingMapsStyle|BingMapsStyle]] 
-    * Description:​N/​A 
- 
-  * //​credentials//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} BingMapsOverlay(String,​String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //id// 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //​bingMapsKey//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} BingMapsOverlay(String,​String,​BingMapsStyle) ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //id// 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //​bingMapsKey//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //​bingMapsMapStyle//​ 
-    * Type:​[[ThinkGeo.MapSuite.WebEdition.BingMapsStyle|BingMapsStyle]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{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|}} 3xM=(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|}} RaiseTickEvent(EventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​EventArgs 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnTick(EventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​EventArgs 
-    * 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.WebEdition.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.WebEdition.BingMapsStyle|BingMapsStyle]] 
- 
-** {{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|}} HasTickEvent ** 
- 
-Don't support auto tick event by default. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} 3hM= ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-==== Public Events ==== 
-** {{wiki:​PublicEvent.gif|}} Tick ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​EventArgs 
- 
  
thinkgeo.mapsuite.webedition.bingmapsoverlay.1442545627.txt.gz ยท Last modified: 2015/09/18 03:07 by admin