ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> Represents a panel in the upper right corner of the map, containing a list of overlays in the map.
The OverlaySwitcher is a panel that contains a list of overlays and provides you with a means to manage the overlays in the map. You can show or hide an overlay by clicking the checkbox beside its name. You can choose an overlay as the current base overlay by clicking the radio button beside it. Setting the <strong>Enabled</strong> property to true will display this panel on the map.
*System.Object ThinkGeo.MapSuite.WebEdition.MapTool *ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Initialize an instance of OverlaySwitcherMapTool class. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | GeoColor | Gets or sets the background color of the OverlaySwitcher object. | |
![]() | String | Gets or sets the base overlay part title of OverlaySwitcher panel | |
![]() | String | Gets or sets the dynamic overlay part title of OverlaySwitcher panel | |
![]() | Boolean | MapTool | Gets or sets a value that turns the feature on and off. |
![]() | String | Gets or sets the client-side script that executes after the base overlay changes in the OverlaySwitcher. | |
![]() | GeoColor | Gets or sets the rounded corner color of the OverlaySwitcher object. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
Initialize an instance of OverlaySwitcherMapTool class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#OverlaySwitcherMapTool.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#OverlaySwitcherMapTool.28.29</a>
Name | Type | Description |
---|
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#Equals.28Object.29</a>
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#GetHashCode.28.29</a>
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#GetType.28.29</a>
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Returns a JSON string that represents the map control object.
This method returns a JSON string that instructs the client Javascript to create a specific client object.
Return Type | Description |
---|---|
String<!– System.String –> | A JSON string that represents the map control. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.WebEdition.MapTool –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#ToString.28.29</a>
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#Finalize.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#MemberwiseClone.28.29</a>
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Gets or sets the background color of the OverlaySwitcher object.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#BackgroundColor” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#BackgroundColor</a>
Return Type |
---|
GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> |
<!– ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool –> Go Back
Gets or sets the base overlay part title of OverlaySwitcher panel
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#BaseOverlayTitle” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#BaseOverlayTitle</a>
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool –> Go Back
Gets or sets the dynamic overlay part title of OverlaySwitcher panel
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#DynamicOverlayTitle” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#DynamicOverlayTitle</a>
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool –> Go Back
Gets or sets a value that turns the feature on and off.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#Enabled” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#Enabled</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.WebEdition.MapTool –> Go Back
Gets or sets the client-side script that executes after the base overlay changes in the OverlaySwitcher.
The Javascript that is set to this property will be injected into the page and executed whenever the BaseOverlayChanged event occurs at the client side.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool –> Go Back
Gets or sets the rounded corner color of the OverlaySwitcher object.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#RoundedCornerColor” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#RoundedCornerColor</a>
Return Type |
---|
GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> |
<!– ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool –> Go Back