This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.webedition.googleoverlay [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.webedition.googleoverlay [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.WebEdition.GoogleOverlay ====== | ====== ThinkGeo.MapSuite.WebEdition.GoogleOverlay ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
Represents an overlay object that gets images from the Google Maps server. | Represents an overlay object that gets images from the Google Maps server. | ||
- | === Remarks === | ||
- | The GoogleOverlay registers Google's Javascript library to the page and gets Google's map images as the background of the map. The GoogleOverlay 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.GoogleOverlay]] | + | ***ThinkGeo.MapSuite.WebEdition.GoogleOverlay** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GoogleOverlay() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GoogleOverlay()|GoogleOverlay]] | | | Initialize an instance of the GoogleOverlay class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GoogleOverlay(String)|GoogleOverlay]] | String | | Initialize an instance of the GoogleOverlay class with the overlay identifier specified. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GoogleOverlay(String, GoogleMapType)|GoogleOverlay]] | String, [[ThinkGeo.MapSuite.WebEdition.GoogleMapType|GoogleMapType]] | | Initialize an instance of the GoogleOverlay class with the overlay identifier and the Google map type specified. | | + | |
- | ==== Protected Constructors ==== | + | * //Initialize an instance of the GoogleOverlay 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.GoogleOverlay#GoogleOverlay.28.29// | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GoogleOverlay(String) ** | ||
+ | * //Initialize an instance of the GoogleOverlay 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.GoogleOverlay#GoogleOverlay.28String.29// | ||
+ | == Parameters == | ||
+ | * //id// | ||
+ | * Type:String | ||
+ | * Description:The identifier string of the overlay. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GoogleOverlay(String,GoogleMapType) ** | ||
+ | |||
+ | * //Initialize an instance of the GoogleOverlay class with the overlay identifier and the Google map type specified.// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#GoogleOverlay.28String.2C_GoogleMapType.29// | ||
+ | == Parameters == | ||
+ | * //id// | ||
+ | * Type:String | ||
+ | * Description:The identifier string of the Overlay. | ||
+ | |||
+ | * //googleMapType// | ||
+ | * Type:[[ThinkGeo.MapSuite.WebEdition.GoogleMapType|GoogleMapType]] | ||
+ | * Description:The map type of this GoogleOverlay. | ||
+ | |||
+ | <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 | | | + | |
- | ==== Protected Methods ==== | + | * //Returns a JSON string which contains the information for creating an overlay at the client side.// |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#ToJson.28.29// |
- | | {{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]](overriden) | Registers the Google Javascript library URL string to the client HTML page. | | + | |
- | ==== Public Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:String |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Attribution|Attribution]] | String | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] | | | + | * Description:A JSON string which is used to create an overlay at the client side. |
- | | {{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}}[[#CenterOnStreetView|CenterOnStreetView]] | Boolean | | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#GoogleMapType|GoogleMapType]] | [[ThinkGeo.MapSuite.WebEdition.GoogleMapType|GoogleMapType]] | | Gets or sets a value that determines which type of Google Map to use. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#GoogleStreetView|GoogleStreetView]] | [[ThinkGeo.MapSuite.WebEdition.GoogleStreetView|GoogleStreetView]] | | | | + | |
- | | {{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}}[[#JavaScriptLibraryUri|JavaScriptLibraryUri]] | Uri | | Gets or sets a URI object for loading the Google Maps Javascript library. | | + | |
- | | {{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. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TiltEnabled|TiltEnabled]] | Boolean | | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TrafficEnabled|TrafficEnabled]] | Boolean | | | | + | |
- | ==== Protected Properties ==== | + | == Parameters == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#HasTickEvent|HasTickEvent]] | Boolean | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]](overriden) | Don't support auto tick event by default. | | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#OverlayType|OverlayType]] | String | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]](overriden) | Gets a string that indicates the overlay type. | | + | |
- | ==== Public Events ==== | + | * //N/A// |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{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. | | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#ToString.28.29// |
- | ===== Public Constructors ===== | + | == Return Value == |
- | ==== GoogleOverlay() ==== | + | * Type:String |
- | Initialize an instance of the GoogleOverlay class. | + | * Description:N/A |
- | === Overloads === | + | |
- | Initialize an instance of the GoogleOverlay class. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#GoogleOverlay.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#GoogleOverlay.28.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | ==== GoogleOverlay(String) ==== | + | <div newline></div> |
- | Initialize an instance of the GoogleOverlay class with the overlay identifier specified. | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
- | === Overloads === | + | |
- | Initialize an instance of the GoogleOverlay class. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#GoogleOverlay.28String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#GoogleOverlay.28String.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | id | String<!-- System.String --> | The identifier string of the overlay. | | + | |
- | [[#Public Constructors|Go Back]] | + | * //N/A// |
- | ==== GoogleOverlay(String, GoogleMapType) ==== | + | == Remarks == |
- | Initialize an instance of the GoogleOverlay class with the overlay identifier and the Google map type specified. | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#Equals.28Object.29// |
- | === Overloads === | + | |
- | Initialize an instance of the GoogleOverlay class. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#GoogleOverlay.28String.2C_GoogleMapType.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#GoogleOverlay.28String.2C_GoogleMapType.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | id | String<!-- System.String --> | The identifier string of the Overlay. | | + | |
- | | googleMapType | [[ThinkGeo.MapSuite.WebEdition.GoogleMapType|GoogleMapType]]<!-- ThinkGeo.MapSuite.WebEdition.GoogleMapType --> | The map type of this GoogleOverlay. | | + | |
- | [[#Public Constructors|Go Back]] | + | == Return Value == |
- | ===== Protected Constructors ===== | + | * Type:Boolean |
- | ===== Public Methods ===== | + | * Description:N/A |
- | ==== Equals(Object) ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#Equals.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#Equals.28Object.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //obj// |
- | | obj | Object<!-- System.Object --> | | | + | * Type:Object |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | ==== GetHashCode() ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#GetHashCode.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#GetHashCode.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === 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.GoogleOverlay#GetHashCode.28.29// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Int32 |
- | ==== GetType() ==== | + | * Description: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.GoogleOverlay#GetType.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#GetType.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | <!-- System.Object --> | + | * //N/A// |
- | [[#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.GoogleOverlay#GetType.28.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.GoogleOverlay#ToJson.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#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:Type |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.WebEdition.Overlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== ToString() ==== | + | ==== Protected Methods ==== |
- | === Remarks === | + | ** {{wiki:ProtectedMethod.gif|}} RegisterJavaScriptLibraryCore(Page) ** |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#ToString.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#ToString.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | * //Registers the Google Javascript library URL string to the client HTML page.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#RegisterJavaScriptLibraryCore.28Page.29// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ===== Protected Methods ===== | + | * Description:N/A |
- | ==== Finalize() ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#Finalize.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#Finalize.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //page// |
+ | * Type:Page | ||
+ | * Description:The page object that contains the map. | ||
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} 3xM=(Page) ** |
- | ==== MemberwiseClone() ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#MemberwiseClone.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#MemberwiseClone.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== 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.GoogleOverlay#OnTick.28EventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#OnTick.28EventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //page// |
- | | e | EventArgs<!-- System.EventArgs --> | An System.EventArgs object that contains the event data. | | + | * Type:Page |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.WebEdition.Overlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} RaiseTickEvent(EventArgs) ** |
- | ==== RegisterJavaScriptLibraryCore(Page) ==== | + | |
- | Registers the Google Javascript library URL string to the client HTML page. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#RegisterJavaScriptLibraryCore.28Page.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#RegisterJavaScriptLibraryCore.28Page.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | page | Page<!-- System.Web.UI.Page --> | The page object that contains the map. | | + | * //N/A// |
- | <!-- ThinkGeo.MapSuite.WebEdition.Overlay(overriden) --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ===== Public Properties ===== | + | * Description:N/A |
- | ==== Attribution ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#Attribution" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#Attribution</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebEdition.Overlay --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //e// |
- | ==== AutoRefreshInterval ==== | + | * Type:EventArgs |
- | Gets or sets the time interval in which the MarkerOverlay refreshes itself. | + | * Description: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.GoogleOverlay#AutoRefreshInterval" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#AutoRefreshInterval</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | TimeSpan<!-- System.TimeSpan --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnTick(EventArgs) ** |
- | ==== CenterOnStreetView ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#CenterOnStreetView" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#CenterOnStreetView</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebEdition.GoogleOverlay --> | + | * //Raises the Tick event of the MarkerOverlay.// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== GoogleMapType ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#OnTick.28EventArgs.29// |
- | Gets or sets a value that determines which type of Google Map to use. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#GoogleOverlay.28String.2C_GoogleMapType.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#GoogleOverlay.28String.2C_GoogleMapType.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.WebEdition.GoogleMapType|GoogleMapType]]<!-- ThinkGeo.MapSuite.WebEdition.GoogleMapType --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebEdition.GoogleOverlay --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== GoogleStreetView ==== | + | * Description: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.GoogleOverlay#GoogleStreetView" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#GoogleStreetView</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.WebEdition.GoogleStreetView|GoogleStreetView]]<!-- ThinkGeo.MapSuite.WebEdition.GoogleStreetView --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebEdition.GoogleOverlay --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //e// |
- | ==== Id ==== | + | * Type:EventArgs |
- | Gets the identifier for the overlay to be found. | + | * Description:An System.EventArgs object that contains the event data. |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#Id" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#Id</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | ==== IsBaseOverlay ==== | + | |
- | 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:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#IsBaseOverlay" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#IsBaseOverlay</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebEdition.Overlay --> | + | * //N/A// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== IsVisible ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#Finalize.28.29// |
- | Gets or sets a value that indicates whether the overlay is visible on the map. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#IsVisible" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#IsVisible</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebEdition.Overlay --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== IsVisibleInOverlaySwitcher ==== | + | * Description:N/A |
- | Gets or sets a value that indicates whether the overlay name is displayed in the OverlaySwitcher. | + | |
- | === Remarks === | + | == Parameters == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#IsVisibleInOverlaySwitcher" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#IsVisibleInOverlaySwitcher</a> | + | <div newline></div> |
- | === Return Value === | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | * //N/A// |
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#MemberwiseClone.28.29// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Public Properties ==== | ||
+ | ** {{wiki:PublicProperty.gif|}} GoogleStreetView ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#GoogleStreetView | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.WebEdition.GoogleStreetView|GoogleStreetView]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TrafficEnabled ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#TrafficEnabled | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TiltEnabled ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | For the most updated Info for this topic, please check it here: | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} CenterOnStreetView ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#CenterOnStreetView | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} JavaScriptLibraryUri ** | ||
- | <!-- ThinkGeo.MapSuite.WebEdition.Overlay --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== JavaScriptLibraryUri ==== | ||
Gets or sets a URI object for loading the Google Maps Javascript library. | Gets or sets a URI object for loading the Google Maps Javascript library. | ||
- | === Remarks === | + | == Remarks == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#JavaScriptLibraryUri" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#JavaScriptLibraryUri</a> | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#JavaScriptLibraryUri |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:Uri |
- | | Uri<!-- System.Uri --> | | + | |
+ | ** {{wiki:PublicProperty.gif|}} GoogleMapType ** | ||
+ | |||
+ | Gets or sets a value that determines which type of Google Map to use. | ||
+ | == Remarks == | ||
+ | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#GoogleOverlay.28String.2C_GoogleMapType.29 | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.WebEdition.GoogleMapType|GoogleMapType]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsVisible ** | ||
+ | |||
+ | Gets or sets a value that indicates whether the overlay is visible on the map. | ||
+ | == Remarks == | ||
+ | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#IsVisible | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Name ** | ||
- | <!-- ThinkGeo.MapSuite.WebEdition.GoogleOverlay --> | ||
- | [[#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.GoogleOverlay#Name" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#Name</a> | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#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]] | + | |
- | ==== TiltEnabled ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebEdition.GoogleOverlay --> | + | Gets or sets a value that indicates whether the overlay name is displayed in the OverlaySwitcher. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== TrafficEnabled ==== | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#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.GoogleOverlay#TrafficEnabled" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#TrafficEnabled</a> | + | * Type:Boolean |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebEdition.GoogleOverlay --> | + | ** {{wiki:PublicProperty.gif|}} IsBaseOverlay ** |
- | [[#Public Properties|Go Back]] | + | |
- | ===== Protected Properties ===== | + | Gets or sets a value that indicates whether the overlay is a base overlay. |
- | ==== 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.GoogleOverlay#IsBaseOverlay |
- | === 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.GoogleOverlay#HasTickEvent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#HasTickEvent</a> | + | * Type:Boolean |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | ** {{wiki:PublicProperty.gif|}} Id ** |
- | | Boolean<!-- System.Boolean --> | | + | |
+ | 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.GoogleOverlay#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.GoogleOverlay#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.GoogleOverlay#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.GoogleOverlay#OverlayType" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#OverlayType</a> | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#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.GoogleOverlay#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.GoogleOverlay#OnTick.28EventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#OnTick.28EventArgs.29</a> | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GoogleOverlay#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]] | ||