This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.webedition.bingmapsoverlay [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.webedition.bingmapsoverlay [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.WebEdition.BingMapsOverlay ====== | ====== ThinkGeo.MapSuite.WebEdition.BingMapsOverlay ====== | ||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| - | |||
| - | <!-- Class --> | ||
| 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. | ||
| - | === Remarks === | ||
| - | The VirtualEarthOverlay registers Virtual Earth's Javascript library to the page and gets the map images from the Virtual Earth server. The VirtualEarthOverlay can only be the base overlay of the map, over which other overlays are laid. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | + | *System.Object |
| - | **[[ThinkGeo.MapSuite.WebEdition.Overlay]] | + | *ThinkGeo.MapSuite.WebEdition.Overlay |
| - | ***[[ThinkGeo.MapSuite.WebEdition.BingMapsOverlay]] | + | ***ThinkGeo.MapSuite.WebEdition.BingMapsOverlay** |
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| ==== Public Constructors ==== | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} BingMapsOverlay() ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#BingMapsOverlay()|BingMapsOverlay]] | | | Initialize an instance of the VirtualEarthOverlay class. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#BingMapsOverlay(String, String)|BingMapsOverlay]] | String, String | | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#BingMapsOverlay(String, String, BingMapsStyle)|BingMapsOverlay]] | String, String, [[ThinkGeo.MapSuite.WebEdition.BingMapsStyle|BingMapsStyle]] | | | | + | |
| - | ==== Protected Constructors ==== | + | * //Initialize an instance of the VirtualEarthOverlay class.// |
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#BingMapsOverlay.28.29// | ||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} BingMapsOverlay(String) ** | ||
| + | * //Initialize an instance of the VirtualEarthOverlay class with the overlay identifier specified.// | ||
| + | == Remarks == | ||
| + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#BingMapsOverlay.28String.29// | ||
| + | == 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 == | ||
| + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#BingMapsOverlay.28String.2C_BingMapsStyle.29// | ||
| + | == Parameters == | ||
| + | * //id// | ||
| + | * Type:String | ||
| + | * Description:The identifier that will be used to find the overlay. | ||
| + | |||
| + | * //bingMapsMapType// | ||
| + | * Type:[[ThinkGeo.MapSuite.WebEdition.BingMapsStyle|BingMapsStyle]] | ||
| + | * Description:The VirtualEarth map type. | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} BingMapsOverlay(BingMapsStyle,String) ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#BingMapsOverlay.28BingMapsStyle.2C_String.29// | ||
| + | == 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 == | ||
| + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#BingMapsOverlay.28String.2C_BingMapsStyle.2C_String.29// | ||
| + | == 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 == | ||
| + | * //For the most updated Info for this topic, please check it here:// | ||
| + | == 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 == | ||
| + | * //For the most updated Info for this topic, please check it here:// | ||
| + | == 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 ==== | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} ToJson() ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToJson()|ToJson]] | | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] | Returns a JSON string which contains the information for creating an overlay at the client side. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
| + | * //Returns a JSON string which contains the information for creating an overlay at the client side.// | ||
| + | == Remarks == | ||
| + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#ToJson.28.29// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:String | ||
| + | * Description:A JSON string which is used to create an overlay at the client side. | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#ToString.28.29// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:String | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#Equals.28Object.29// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Boolean | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //obj// | ||
| + | * Type:Object | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#GetHashCode.28.29// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Int32 | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#GetType.28.29// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Type | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| ==== Protected Methods ==== | ==== Protected Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:ProtectedMethod.gif|}} 3xM=(Page) ** |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnTick(EventArgs)|OnTick]] | EventArgs | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] | Raises the Tick event of the MarkerOverlay. | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RegisterJavaScriptLibraryCore(Page)|RegisterJavaScriptLibraryCore]] | Page | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] | Registers a Javascript library URL string to the client HTML page. | | + | |
| - | ==== Public Properties ==== | + | * //N/A// |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Attribution|Attribution]] | String | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] | | | + | * //N/A// |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#AutoRefreshInterval|AutoRefreshInterval]] | TimeSpan | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] | Gets or sets the time interval in which the MarkerOverlay refreshes itself. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#BingMapsKey|BingMapsKey]] | String | | | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Id|Id]] | String | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] | Gets the identifier for the overlay to be found. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsBaseOverlay|IsBaseOverlay]] | Boolean | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] | Gets or sets a value that indicates whether the overlay is a base overlay. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsVisible|IsVisible]] | Boolean | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] | Gets or sets a value that indicates whether the overlay is visible on the map. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsVisibleInOverlaySwitcher|IsVisibleInOverlaySwitcher]] | Boolean | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] | Gets or sets a value that indicates whether the overlay name is displayed in the OverlaySwitcher. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MapStyle|MapStyle]] | [[ThinkGeo.MapSuite.WebEdition.BingMapsStyle|BingMapsStyle]] | | | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Name|Name]] | String | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] | Gets or sets the name of the overlay, which will display in the OverlaySwitcher. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Opacity|Opacity]] | Single | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] | Gets or sets the opacity level of the overlay. | | + | |
| - | ==== Protected Properties ==== | + | == Return Value == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Void |
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#HasTickEvent|HasTickEvent]] | Boolean | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]](overriden) | Don't support auto tick event by default. | | + | * Description:N/A |
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#OverlayType|OverlayType]] | String | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]](overriden) | Gets a string that indicates the overlay type. | | + | |
| - | ==== Public Events ==== | + | == Parameters == |
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | * //page// |
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#Tick|Tick]] | EventArgs | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] | Occurs when the number of milliseconds specified in the AutoRefreshInterval property has elapsed and the page is posted to the server. | | + | * Type:Page |
| + | * Description:N/A | ||
| - | ===== Public Constructors ===== | + | <div newline></div> |
| - | ==== BingMapsOverlay() ==== | + | ** {{wiki:ProtectedMethod.gif|}} RegisterJavaScriptLibraryCore(Page) ** |
| - | Initialize an instance of the VirtualEarthOverlay class. | + | |
| - | === Overloads === | + | |
| - | Initialize an instance of the VirtualEarthOverlay class. | + | |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#BingMapsOverlay.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#BingMapsOverlay.28.29</a> | + | |
| - | === Parameters === | + | |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | [[#Public Constructors|Go Back]] | + | * //Registers a Javascript library URL string to the client HTML page.// |
| - | ==== BingMapsOverlay(String, String) ==== | + | == Remarks == |
| - | === Remarks === | + | * //The <strong>RegisterJavaScriptLibraryCore</strong> method allows derived classes to override and register their own Javascript library URL to the HTML page.// |
| - | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
| - | === Parameters === | + | |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | id | String<!-- System.String --> | | | + | |
| - | | bingMapsKey | String<!-- System.String --> | | | + | |
| - | [[#Public Constructors|Go Back]] | + | == Return Value == |
| - | ==== BingMapsOverlay(String, String, BingMapsStyle) ==== | + | * Type:Void |
| - | === Remarks === | + | * Description:N/A |
| - | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
| - | === Parameters === | + | |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | id | String<!-- System.String --> | | | + | |
| - | | bingMapsKey | String<!-- System.String --> | | | + | |
| - | | bingMapsMapStyle | [[ThinkGeo.MapSuite.WebEdition.BingMapsStyle|BingMapsStyle]]<!-- ThinkGeo.MapSuite.WebEdition.BingMapsStyle --> | | | + | |
| - | [[#Public Constructors|Go Back]] | + | == Parameters == |
| - | ===== Protected Constructors ===== | + | * //page// |
| - | ===== Public Methods ===== | + | * Type:Page |
| - | ==== Equals(Object) ==== | + | * Description:The page object that is used for registering the javascript library. |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#Equals.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#Equals.28Object.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | | + | |
| - | === Parameters === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} RaiseTickEvent(EventArgs) ** |
| - | | obj | Object<!-- System.Object --> | | | + | |
| - | <!-- System.Object --> | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== GetHashCode() ==== | + | * //N/A// |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#GetHashCode.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#GetHashCode.28.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Int32<!-- System.Int32 --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | * //e// |
| - | ==== GetType() ==== | + | * Type:EventArgs |
| - | === Remarks === | + | * Description:N/A |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#GetType.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#GetType.28.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Type<!-- System.Type --> | | | + | |
| - | === Parameters === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnTick(EventArgs) ** |
| - | <!-- System.Object --> | + | * //Raises the Tick event of the MarkerOverlay.// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== ToJson() ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#OnTick.28EventArgs.29// |
| - | Returns a JSON string which contains the information for creating an overlay at the client side. | + | |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#ToJson.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#ToJson.28.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | String<!-- System.String --> | A JSON string which is used to create an overlay at the client side. | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
| + | * Description:N/A | ||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Overlay --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | * //e// |
| - | ==== ToString() ==== | + | * Type:EventArgs |
| - | === Remarks === | + | * Description:An System.EventArgs object that contains the event data. |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#ToString.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#ToString.28.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | String<!-- System.String --> | | | + | |
| - | === Parameters === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
| - | <!-- System.Object --> | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ===== Protected Methods ===== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#Finalize.28.29// |
| - | ==== Finalize() ==== | + | |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#Finalize.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#Finalize.28.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Protected Methods|Go Back]] | + | <div newline></div> |
| - | ==== MemberwiseClone() ==== | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#MemberwiseClone.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#MemberwiseClone.28.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Object<!-- System.Object --> | | | + | |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#MemberwiseClone.28.29// | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Protected Methods|Go Back]] | + | * Type:Object |
| - | ==== OnTick(EventArgs) ==== | + | * Description:N/A |
| - | Raises the Tick event of the MarkerOverlay. | + | |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#OnTick.28EventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#OnTick.28EventArgs.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| - | | e | EventArgs<!-- System.EventArgs --> | An System.EventArgs object that contains the event data. | | + | ==== Public Properties ==== |
| + | ** {{wiki:PublicProperty.gif|}} Credentials ** | ||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Overlay --> | + | 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. |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ==== RegisterJavaScriptLibraryCore(Page) ==== | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#Credentials |
| - | Registers a Javascript library URL string to the client HTML page. | + | == Return Value == |
| - | === Remarks === | + | * Type:String |
| - | The <strong>RegisterJavaScriptLibraryCore</strong> method allows derived classes to override and register their own Javascript library URL to the HTML page. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} BingMapsKey ** |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | page | Page<!-- System.Web.UI.Page --> | The page object that is used for registering the javascript library. | | + | |
| - | <!-- ThinkGeo.MapSuite.WebEdition.Overlay --> | + | N/A |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ===== Public Properties ===== | + | For the most updated Info for this topic, please check it here: |
| - | ==== Attribution ==== | + | == Return Value == |
| - | === Remarks === | + | * Type:String |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#Attribution" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#Attribution</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | String<!-- System.String --> | | + | |
| - | <!-- ThinkGeo.MapSuite.WebEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} MapType ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== AutoRefreshInterval ==== | + | |
| - | Gets or sets the time interval in which the MarkerOverlay refreshes itself. | + | |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#AutoRefreshInterval" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#AutoRefreshInterval</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | TimeSpan<!-- System.TimeSpan --> | | + | |
| - | <!-- ThinkGeo.MapSuite.WebEdition.Overlay --> | + | Gets or sets a value to display which type of Virtual Earth map. |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== BingMapsKey ==== | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#MapType |
| - | === Remarks === | + | == Return Value == |
| - | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | * Type:[[ThinkGeo.MapSuite.WebEdition.BingMapsStyle|BingMapsStyle]] |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | String<!-- System.String --> | | + | |
| - | <!-- ThinkGeo.MapSuite.WebEdition.BingMapsOverlay --> | + | ** {{wiki:PublicProperty.gif|}} MapStyle ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== Id ==== | + | |
| - | Gets the identifier for the overlay to be found. | + | |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#Id" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#Id</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | String<!-- System.String --> | | + | |
| - | <!-- ThinkGeo.MapSuite.WebEdition.Overlay --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== IsBaseOverlay ==== | + | For the most updated Info for this topic, please check it here: |
| - | Gets or sets a value that indicates whether the overlay is a base overlay. | + | == Return Value == |
| - | === Remarks === | + | * Type:[[ThinkGeo.MapSuite.WebEdition.BingMapsStyle|BingMapsStyle]] |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#IsBaseOverlay" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#IsBaseOverlay</a> | + | |
| - | === Return Value === | + | ** {{wiki:PublicProperty.gif|}} IsVisible ** |
| - | ^ Return Type ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | + | |
| - | <!-- ThinkGeo.MapSuite.WebEdition.Overlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsVisible ==== | ||
| Gets or sets a value that indicates whether the overlay is visible on the map. | Gets or sets a value that indicates whether the overlay is visible on the map. | ||
| - | === Remarks === | + | == Remarks == |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#IsVisible" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#IsVisible</a> | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#IsVisible |
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:Boolean |
| - | | Boolean<!-- System.Boolean --> | | + | |
| - | + | ||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Overlay --> | + | |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== IsVisibleInOverlaySwitcher ==== | + | |
| - | Gets or sets a value that indicates whether the overlay name is displayed in the OverlaySwitcher. | + | |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#IsVisibleInOverlaySwitcher" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#IsVisibleInOverlaySwitcher</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | + | |
| - | <!-- ThinkGeo.MapSuite.WebEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} Name ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== MapStyle ==== | + | |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.WebEdition.BingMapsStyle|BingMapsStyle]]<!-- ThinkGeo.MapSuite.WebEdition.BingMapsStyle --> | | + | |
| - | <!-- ThinkGeo.MapSuite.WebEdition.BingMapsOverlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Name ==== | ||
| Gets or sets the name of the overlay, which will display in the OverlaySwitcher. | Gets or sets the name of the overlay, which will display in the OverlaySwitcher. | ||
| - | === Remarks === | + | == Remarks == |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#Name" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#Name</a> | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#Name |
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:String |
| - | | String<!-- System.String --> | | + | |
| + | ** {{wiki:PublicProperty.gif|}} Opacity ** | ||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Overlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Opacity ==== | ||
| Gets or sets the opacity level of the overlay. | Gets or sets the opacity level of the overlay. | ||
| - | === Remarks === | + | == Remarks == |
| - | The <strong>Opacity</strong> property enables you to specify a level of transparency for the overlay. When this property is set to a value less than 100 percent (1.00), the entire overlay is made more transparent. The lower the value, the more transparent it is. Setting this property to a value of 0 percent (0.00) makes the overlay completely invisible. | + | The <strong>Opacity</strong> property enables you to specify a level of transparency for the overlay. When this property is set to a value less than 100 percent (1.00), the entire overlay is made more transparent. The lower the value, the more transparent it is. Setting this property to a value of 0 percent (0.00) makes the overlay completely invisible. |
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:Single |
| - | | Single<!-- System.Single --> | | + | |
| - | <!-- ThinkGeo.MapSuite.WebEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} IsVisibleInOverlaySwitcher ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ===== Protected Properties ===== | + | Gets or sets a value that indicates whether the overlay name is displayed in the OverlaySwitcher. |
| - | ==== HasTickEvent ==== | + | == Remarks == |
| - | Don't support auto tick event by default. | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#IsVisibleInOverlaySwitcher |
| - | === Remarks === | + | == Return Value == |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#HasTickEvent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#HasTickEvent</a> | + | * Type:Boolean |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | ** {{wiki:PublicProperty.gif|}} IsBaseOverlay ** |
| - | | Boolean<!-- System.Boolean --> | | + | |
| + | Gets or sets a value that indicates whether the overlay is a base overlay. | ||
| + | == Remarks == | ||
| + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#IsBaseOverlay | ||
| + | == Return Value == | ||
| + | * Type:Boolean | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} Id ** | ||
| + | |||
| + | Gets the identifier for the overlay to be found. | ||
| + | == Remarks == | ||
| + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#Id | ||
| + | == Return Value == | ||
| + | * Type:String | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} AutoRefreshInterval ** | ||
| + | |||
| + | Gets or sets the time interval in which the MarkerOverlay refreshes itself. | ||
| + | == Remarks == | ||
| + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#AutoRefreshInterval | ||
| + | == Return Value == | ||
| + | * Type:TimeSpan | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} Attribution ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#Attribution | ||
| + | == Return Value == | ||
| + | * Type:String | ||
| + | |||
| + | ==== Protected Properties ==== | ||
| + | ** {{wiki:ProtectedProperty.gif|}} OverlayType ** | ||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Overlay(overriden) --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== OverlayType ==== | ||
| Gets a string that indicates the overlay type. | Gets a string that indicates the overlay type. | ||
| - | === Remarks === | + | == Remarks == |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#OverlayType" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#OverlayType</a> | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#OverlayType |
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:String |
| - | | String<!-- System.String --> | | + | |
| - | <!-- ThinkGeo.MapSuite.WebEdition.Overlay(overriden) --> | + | ** {{wiki:ProtectedProperty.gif|}} HasTickEvent ** |
| - | [[#Protected Properties|Go Back]] | + | |
| - | ===== Public Events ===== | + | Don't support auto tick event by default. |
| - | ==== Tick ==== | + | == Remarks == |
| + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#HasTickEvent | ||
| + | == Return Value == | ||
| + | * Type:Boolean | ||
| + | |||
| + | ** {{wiki:ProtectedProperty.gif|}} 3hM= ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Double | ||
| + | |||
| + | ==== Public Events ==== | ||
| + | ** {{wiki:PublicEvent.gif|}} Tick ** | ||
| Occurs when the number of milliseconds specified in the AutoRefreshInterval property has elapsed and the page is posted to the server. | Occurs when the number of milliseconds specified in the AutoRefreshInterval property has elapsed and the page is posted to the server. | ||
| - | === Remarks === | + | == Remarks == |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#OnTick.28EventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#OnTick.28EventArgs.29</a> | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.BingMapsOverlay#OnTick.28EventArgs.29 |
| - | === Event Arguments === | + | |
| - | ^ Event Arguments ^ | + | |
| - | | EventArgs<!-- System.EventArgs --> | | + | |
| - | <!-- ThinkGeo.MapSuite.WebEdition.Overlay --> | + | Event Arguments:EventArgs |
| - | [[#Public Events|Go Back]] | + | |
| - | __NOTOC__ | ||
| - | [[Category:WebEdition]] | ||
| - | [[Category:ThinkGeo.MapSuite.WebEdition]] | ||
| - | [[Category:UpdateDocumentation]] | ||