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
* AndroidEdition System.Collections.ObjectModel.Collection‹T›[[ThinkGeo.MapSuite.AndroidEdition.MapTool * PublicKeyToken=0828af5241fb4207]] Culture=neutral * Version=8.0.0.0 AndroidEdition *ThinkGeo.MapSuite.Core.GeoCollection‹T›[[ThinkGeo.MapSuite.AndroidEdition.MapTool ThinkGeo.MapSuite.AndroidEdition.MapTools
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
ClearItems | Collection<MapTool>(overriden) | ||
Finalize | Object | ||
InsertItem | Int32, MapTool | Collection<MapTool>(overriden) | |
MemberwiseClone | Object | ||
OnAdded | AddedGeoCollectionEventArgs | GeoCollection<MapTool> | |
OnAdding | AddingGeoCollectionEventArgs | GeoCollection<MapTool> | |
OnClearedItems | ClearedItemsGeoCollectionEventArgs | GeoCollection<MapTool> | |
OnClearingItems | ClearingItemsGeoCollectionEventArgs | GeoCollection<MapTool> | |
OnCollectionChanged | NotifyCollectionChangedEventArgs | GeoCollection<MapTool> | |
OnInserted | InsertedGeoCollectionEventArgs | GeoCollection<MapTool> | |
OnInserting | InsertingGeoCollectionEventArgs | GeoCollection<MapTool> | |
OnPropertyChanged | PropertyChangedEventArgs | GeoCollection<MapTool> | |
OnRemoved | RemovedGeoCollectionEventArgs | GeoCollection<MapTool> | |
OnRemoving | RemovingGeoCollectionEventArgs | GeoCollection<MapTool> | |
RemoveItem | Int32 | Collection<MapTool>(overriden) | |
SetItem | Int32, MapTool | Collection<MapTool>(overriden) |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
CenterCoordinate | CenterCoordinateMapTool | Gets the center coordinate. | |
Count | Int32 | Collection<MapTool> | |
Item | MapTool | GeoCollection<MapTool> | |
Item | MapTool | Collection<MapTool> | |
ZoomMapTool | ZoomMapTool | Gets the zoom map tool. |
| Name | Event Arguments | DeclaringType | Summary |
|---|---|---|---|
Added | AddedGeoCollectionEventArgs | GeoCollection<MapTool> | |
Adding | AddingGeoCollectionEventArgs | GeoCollection<MapTool> | |
ClearedItems | ClearedItemsGeoCollectionEventArgs | GeoCollection<MapTool> | |
ClearingItems | ClearingItemsGeoCollectionEventArgs | GeoCollection<MapTool> | |
CollectionChanged | NotifyCollectionChangedEventArgs | GeoCollection<MapTool> | |
Inserted | InsertedGeoCollectionEventArgs | GeoCollection<MapTool> | |
Inserting | InsertingGeoCollectionEventArgs | GeoCollection<MapTool> | |
PropertyChanged | PropertyChangedEventArgs | GeoCollection<MapTool> | |
Removed | RemovedGeoCollectionEventArgs | GeoCollection<MapTool> | |
Removing | RemovingGeoCollectionEventArgs | GeoCollection<MapTool> |
Initializes a new instance of the class.
| Name | Type | Description |
|---|---|---|
| context | Context<!– Android.Content.Context –> | Interface to global information about an application environment. |
| currentMap | MapView<!– ThinkGeo.MapSuite.AndroidEdition.MapView –> | A mapView object that all map tools in this object is based on. |
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| item | MapTool<!– ThinkGeo.MapSuite.AndroidEdition.MapTool –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| key | String<!– System.String –> | |
| item | MapTool<!– ThinkGeo.MapSuite.AndroidEdition.MapTool –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| item | MapTool<!– ThinkGeo.MapSuite.AndroidEdition.MapTool –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| key | String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| item | MapTool<!– ThinkGeo.MapSuite.AndroidEdition.MapTool –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| array | MapTool[]<!– ThinkGeo.MapSuite.AndroidEdition.MapToolthinkgeo.mapsuite.androidedition.maptools –> | |
| index | Int32<!– System.Int32 –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| IEnumerator<MapTool><!– System.Collections.Generic.IEnumerator{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> |
| Name | Type | Description |
|---|
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Int32<!– System.Int32 –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Type<!– System.Type –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Int32<!– System.Int32 –> |
| Name | Type | Description |
|---|---|---|
| item | MapTool<!– ThinkGeo.MapSuite.AndroidEdition.MapTool –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| index | Int32<!– System.Int32 –> | |
| item | MapTool<!– ThinkGeo.MapSuite.AndroidEdition.MapTool –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| index | Int32<!– System.Int32 –> | |
| item | MapTool<!– ThinkGeo.MapSuite.AndroidEdition.MapTool –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| index | Int32<!– System.Int32 –> | |
| key | String<!– System.String –> | |
| item | MapTool<!– ThinkGeo.MapSuite.AndroidEdition.MapTool –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| index | Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| key | String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| item | MapTool<!– ThinkGeo.MapSuite.AndroidEdition.MapTool –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| key | String<!– System.String –> | |
| toIndex | Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| fromIndex | Int32<!– System.Int32 –> | |
| toIndex | Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| item | MapTool<!– ThinkGeo.MapSuite.AndroidEdition.MapTool –> | |
| toIndex | Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| key | String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| index | Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| item | MapTool<!– ThinkGeo.MapSuite.AndroidEdition.MapTool –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| item | MapTool<!– ThinkGeo.MapSuite.AndroidEdition.MapTool –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| index | Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| key | String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| item | MapTool<!– ThinkGeo.MapSuite.AndroidEdition.MapTool –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| key | String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| index | Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
Refreshes all the map tools objects maintaining in the MapTools object.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.AndroidEdition.MapTools –> Go Back
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| item | MapTool<!– ThinkGeo.MapSuite.AndroidEdition.MapTool –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| key | String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| index | Int32<!– System.Int32 –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> 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.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool}(overriden) –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| index | Int32<!– System.Int32 –> | |
| item | MapTool<!– ThinkGeo.MapSuite.AndroidEdition.MapTool –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool}(overriden) –> Go Back
| Return Type | Description |
|---|---|
| Object<!– System.Object –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | AddedGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | AddingGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | ClearedItemsGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | ClearingItemsGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | NotifyCollectionChangedEventArgs<!– System.Collections.Specialized.NotifyCollectionChangedEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | InsertedGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | InsertingGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | PropertyChangedEventArgs<!– System.ComponentModel.PropertyChangedEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | RemovedGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | RemovingGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| index | Int32<!– System.Int32 –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool}(overriden) –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| index | Int32<!– System.Int32 –> | |
| item | MapTool<!– ThinkGeo.MapSuite.AndroidEdition.MapTool –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool}(overriden) –> Go Back
Gets the center coordinate.
| Return Type |
|---|
| CenterCoordinateMapTool<!– ThinkGeo.MapSuite.AndroidEdition.CenterCoordinateMapTool –> |
<!– ThinkGeo.MapSuite.AndroidEdition.MapTools –> Go Back
| Return Type |
|---|
| Int32<!– System.Int32 –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type |
|---|
| MapTool<!– ThinkGeo.MapSuite.AndroidEdition.MapTool –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Return Type |
|---|
| MapTool<!– ThinkGeo.MapSuite.AndroidEdition.MapTool –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
Gets the zoom map tool.
| Return Type |
|---|
| ZoomMapTool<!– ThinkGeo.MapSuite.AndroidEdition.ZoomMapTool –> |
<!– ThinkGeo.MapSuite.AndroidEdition.MapTools –> Go Back
| Return Type |
|---|
| IList<MapTool><!– System.Collections.Generic.IList{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Event Arguments |
|---|
| AddedGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Event Arguments |
|---|
| AddingGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Event Arguments |
|---|
| ClearedItemsGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Event Arguments |
|---|
| ClearingItemsGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Event Arguments |
|---|
| NotifyCollectionChangedEventArgs<!– System.Collections.Specialized.NotifyCollectionChangedEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Event Arguments |
|---|
| InsertedGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Event Arguments |
|---|
| InsertingGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Event Arguments |
|---|
| PropertyChangedEventArgs<!– System.ComponentModel.PropertyChangedEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Event Arguments |
|---|
| RemovedGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
| Event Arguments |
|---|
| RemovingGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} –> Go Back
NOTOC AndroidEdition ThinkGeo.MapSuite.AndroidEdition UpdateDocumentation
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.