Products
Professional Services
Demos and Downloads
Help and Support
Products
Professional Services
Demos and Downloads
Help and Support
This is an old revision of the document!
<!– Class –> Contains the different map tools as properties and acts as an entrance for setting these map controls.
This class is designed to be easy to use. It contains all the available tools of the map. You can find and set those map tools easily by using this class.
*System.Object **ThinkGeo.MapSuite.MvcEdition.MapTools
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
MapTools | Initialize an instance of the MapTools class. |
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Finalize | Object | ||
MemberwiseClone | Object |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
AnimationPanMapTool | AnimationPanMapTool | Gets an AnimationPanMapTool object for setting. | |
KeyboardMapTool | KeyboardMapTool | Gets a KeyboardMapTool object for setting. | |
LoadingImage | LoadingImageMapTool | Gets a LoadingImageMapTool object for setting | |
Logo | LogoMapTool | Gets a LogoMapTool object for setting | |
MeasureMapTool | MeasureMapTool | Gets an MeasureMapTool object for setting. | |
MiniMap | MiniMapMapTool | Gets a MiniMapMapTool object for setting. | |
MouseCoordinate | MouseCoordinateMapTool | Gets a MouseCoordinateMapTool object for setting. | |
MouseMapTool | MouseMapTool | Gets a MouseMapTool object for setting. | |
OverlaySwitcher | OverlaySwitcherMapTool | Gets an OverlaySwitcherMapTool object for setting. | |
PanZoom | PanZoomMapTool | Gets a PanZoomMapTool object for setting. | |
PanZoomBar | PanZoomBarMapTool | Gets a PanZoomBarMapTool object for setting. | |
ScaleLine | ScaleLineMapTool | Gets a ScaleLineMapTool object for setting. | |
TouchMapTool | TouchMapTool | Gets an TouchMapTool object for setting |
| Name | Return | DeclaringType | Summary |
|---|
| Name | Event Arguments | DeclaringType | Summary |
|---|
Initialize an instance of the MapTools class.
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Load this object from a json string.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| jsonString | String<!– System.String –> | a json string |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
| Return Type | Description |
|---|---|
| Int32<!– System.Int32 –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Type<!– System.Type –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Returns a JSON string that contains all of the map tools settings.
This method is used to generate the JSON string for all of the map controls. The JSON string will be sent to the client side to create corresponding client-side map controls.
| Return Type | Description |
|---|---|
| String<!– System.String –> | A JSON string that represents the settings for all of the map tools. |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
| Return Type | Description |
|---|---|
| String<!– System.String –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Object<!– System.Object –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Gets an AnimationPanMapTool object for setting.
| Return Type |
|---|
| AnimationPanMapTool<!– ThinkGeo.MapSuite.MvcEdition.AnimationPanMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Gets a KeyboardMapTool object for setting.
| Return Type |
|---|
| KeyboardMapTool<!– ThinkGeo.MapSuite.MvcEdition.KeyboardMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Gets a LoadingImageMapTool object for setting
| Return Type |
|---|
| LoadingImageMapTool<!– ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Gets a LogoMapTool object for setting
| Return Type |
|---|
| LogoMapTool<!– ThinkGeo.MapSuite.MvcEdition.LogoMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Gets an MeasureMapTool object for setting.
| Return Type |
|---|
| MeasureMapTool<!– ThinkGeo.MapSuite.MvcEdition.MeasureMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Gets a MiniMapMapTool object for setting.
| Return Type |
|---|
| MiniMapMapTool<!– ThinkGeo.MapSuite.MvcEdition.MiniMapMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Gets a MouseCoordinateMapTool object for setting.
| Return Type |
|---|
| MouseCoordinateMapTool<!– ThinkGeo.MapSuite.MvcEdition.MouseCoordinateMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Gets a MouseMapTool object for setting.
| Return Type |
|---|
| MouseMapTool<!– ThinkGeo.MapSuite.MvcEdition.MouseMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Gets an OverlaySwitcherMapTool object for setting.
| Return Type |
|---|
| OverlaySwitcherMapTool<!– ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Gets a PanZoomMapTool object for setting.
| Return Type |
|---|
| PanZoomMapTool<!– ThinkGeo.MapSuite.MvcEdition.PanZoomMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Gets a PanZoomBarMapTool object for setting.
| Return Type |
|---|
| PanZoomBarMapTool<!– ThinkGeo.MapSuite.MvcEdition.PanZoomBarMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Gets a ScaleLineMapTool object for setting.
| Return Type |
|---|
| ScaleLineMapTool<!– ThinkGeo.MapSuite.MvcEdition.ScaleLineMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Gets an TouchMapTool object for setting
| Return Type |
|---|
| TouchMapTool<!– ThinkGeo.MapSuite.MvcEdition.TouchMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.