User Tools

Site Tools


thinkgeo.mapsuite.androidedition.maptools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.androidedition.maptools [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.androidedition.maptools [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.AndroidEdition.MapTools ====== ====== ThinkGeo.MapSuite.AndroidEdition.MapTools ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 Contains the different map tools as properties and acts as an entrance for setting these map controls. Contains the different map tools as properties and acts as an entrance for setting these map controls.
-=== Remarks === 
-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. 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-    * PublicKeyToken=0828af5241fb4207]] +    *System.Collections.ObjectModel.Collection`1[[ThinkGeo.MapSuite.AndroidEdition.MapTool, AndroidEdition, ​Version=9.0.0.0, Culture=neutral,​ PublicKeyToken=null]] 
-      * Culture=neutral +      *ThinkGeo.MapSuite.Core.GeoCollection`1[[ThinkGeo.MapSuite.AndroidEdition.MapTool, AndroidEdition,​ Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]] 
-        * Version=8.0.0.0 +        ***ThinkGeo.MapSuite.AndroidEdition.MapTools**
-***** 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]]+
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} MapTools(Context,​MapView) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#MapTools(Context,​ MapView)|MapTools]] ​  | Context, [[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]] ​  ​| ​   | Initializes a new instance of the class. ​  |+
  
 +  * //​Initializes a new instance of the  class.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //context//
 +    * Type:​Context
 +    * Description:​Interface to global information about an application environment.
 +
 +  * //​currentMap//​
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]]
 +    * Description:​A mapView object that all map tools in this object is based on.
 +
 +<div newline></​div>​
 ==== Protected Constructors ==== ==== Protected Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} Refresh() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Add(MapTool)|Add]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] ​  | Collection<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Add(String,​ MapTool)|Add]] ​  | String, [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Add(MapTool)|Add]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Clear()|Clear]] ​  ​| ​   | Collection<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Contains(String)|Contains]] ​  | String ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Contains(MapTool)|Contains]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] ​  | Collection<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CopyTo(MapTool[],​ Int32)|CopyTo]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]][],​ Int32   | Collection<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetEnumerator()|GetEnumerator]] ​  ​| ​   | Collection<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetKeys()|GetKeys]] ​  ​| ​   | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​IndexOf(MapTool)|IndexOf]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] ​  | Collection<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Insert(Int32,​ MapTool)|Insert]] ​  | Int32, [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] ​  | Collection<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Insert(Int32,​ MapTool)|Insert]] ​  | Int32, [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Insert(Int32,​ String, MapTool)|Insert]] ​  | Int32, String, [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveDown(Int32)|MoveDown]] ​  | Int32   | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveDown(String)|MoveDown]] ​  | String ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveDown(MapTool)|MoveDown]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveTo(String,​ Int32)|MoveTo]] ​  | String, Int32   | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveTo(Int32,​ Int32)|MoveTo]] ​  | Int32, Int32   | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveTo(MapTool,​ Int32)|MoveTo]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]],​ Int32   | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveToBottom(String)|MoveToBottom]] ​  | String ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveToBottom(Int32)|MoveToBottom]] ​  | Int32   | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveToBottom(MapTool)|MoveToBottom]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveToTop(MapTool)|MoveToTop]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveToTop(Int32)|MoveToTop]] ​  | Int32   | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveToTop(String)|MoveToTop]] ​  | String ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveUp(MapTool)|MoveUp]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveUp(String)|MoveUp]] ​  | String ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveUp(Int32)|MoveUp]] ​  | Int32   | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#Refresh()|Refresh]] ​  ​| ​   |    | Refreshes all the map tools objects maintaining in the MapTools object. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Remove(MapTool)|Remove]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] ​  | Collection<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Remove(String)|Remove]] ​  | String ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveAt(Int32)|RemoveAt]] ​  | Int32   | Collection<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +  * //Refreshes all the map tools objects maintaining in the MapTools object.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ClearItems()|ClearItems]] ​  ​| ​   | Collection<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]>​(overriden) ​  ​| ​   | +  * //N/A//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InsertItem(Int32,​ MapTool)|InsertItem]] ​  | Int32, [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] ​  | Collection<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]>​(overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnAdded(AddedGeoCollectionEventArgs)|OnAdded]] ​  | [[ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs|AddedGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnAdding(AddingGeoCollectionEventArgs)|OnAdding]] ​  | [[ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs|AddingGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnClearedItems(ClearedItemsGeoCollectionEventArgs)|OnClearedItems]] ​  | [[ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs|ClearedItemsGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnClearingItems(ClearingItemsGeoCollectionEventArgs)|OnClearingItems]] ​  | [[ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs|ClearingItemsGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnCollectionChanged(NotifyCollectionChangedEventArgs)|OnCollectionChanged]] ​  | NotifyCollectionChangedEventArgs ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnInserted(InsertedGeoCollectionEventArgs)|OnInserted]] ​  | [[ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs|InsertedGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnInserting(InsertingGeoCollectionEventArgs)|OnInserting]] ​  | [[ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs|InsertingGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnPropertyChanged(PropertyChangedEventArgs)|OnPropertyChanged]] ​  | PropertyChangedEventArgs ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnRemoved(RemovedGeoCollectionEventArgs)|OnRemoved]] ​  | [[ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs|RemovedGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnRemoving(RemovingGeoCollectionEventArgs)|OnRemoving]] ​  | [[ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs|RemovingGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RemoveItem(Int32)|RemoveItem]] ​  | Int32   | Collection<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]>​(overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetItem(Int32,​ MapTool)|SetItem]] ​  | Int32, [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] ​  | Collection<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]>​(overriden) ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Void 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CenterCoordinate|CenterCoordinate]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.CenterCoordinateMapTool|CenterCoordinateMapTool]] ​  ​| ​   | Gets the center coordinate. ​  | +  * Description:N/A
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Count|Count]] ​  | Int32   | Collection<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Item|Item]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​Item|Item]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] ​  | Collection<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​ZoomMapTool|ZoomMapTool]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.ZoomMapTool|ZoomMapTool]] ​  ​| ​   | Gets the zoom map tool.   |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +<div newline></​div>​ 
-{{wiki:ProtectedProperty.gif|Protected Property}}[[#​Items|Items]] ​  | IList<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  | Collection<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   |+** {{wiki:PublicMethod.gif|}} ​GetKeys() **
  
-==== Public Events ==== +  * //N/A// 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Added|Added]] ​  | [[ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs|AddedGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +  * //N/A//
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Adding|Adding]] ​  | [[ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs|AddingGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​ClearedItems|ClearedItems]] ​  | [[ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs|ClearedItemsGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​ClearingItems|ClearingItems]] ​  | [[ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs|ClearingItemsGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​CollectionChanged|CollectionChanged]] ​  | NotifyCollectionChangedEventArgs ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Inserted|Inserted]] ​  | [[ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs|InsertedGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Inserting|Inserting]] ​  | [[ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs|InsertingGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​PropertyChanged|PropertyChanged]] ​  | PropertyChangedEventArgs ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Removed|Removed]] ​  | [[ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs|RemovedGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Removing|Removing]] ​  | [[ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs|RemovingGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]> ​  ​| ​   |+
  
-===== Public Constructors ===== +== Return Value == 
-==== MapTools(Context,​ MapView) ==== +  ​Type:Collection<String
-Initializes a new instance of the class. +  * Description:​N/​A
-=== Parameters === +
-^  Name ^  ​Type ​^  Description ^ +
-| context ​  | Context<!-- Android.Content.Context --  | Interface to global information about an application environment. ​  | +
-| currentMap ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapView --> ​  ​| ​mapView object that all map tools in this object is based on.   |+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +<div newline></​div>​ 
-===== Public Methods ===== +** {{wiki:​PublicMethod.gif|}} ​Add(String,MapTool) ​**
-==== Add(MapTool) ​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| item   | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Add(String, MapTool) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //key// 
-| key   ​| ​String<!-- System.String --> ​  ​| ​   | +    * Type:String 
-| item   | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +  * //item// 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] 
-==== Add(MapTool) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} Add(MapTool) **
-| item   | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Clear() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //item// 
-==== Contains(String) ==== +    * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] 
-=== Return Value === +    ​* ​Description:N/A
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} Insert(Int32,​MapTool) **
-| key   | String<​!-- System.String --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Contains(MapTool) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| item   | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //index// 
-==== CopyTo(MapTool[],​ Int32) ​==== +    ​* ​Type:Int32 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //item// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] 
-| array   ​| ​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]][]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapTool[[]] --> ​  ​| ​   | +    ​* Description:​N/​A
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool--> +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Insert(Int32,​String,​MapTool**
-==== Equals(Object==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== GetEnumerator() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| IEnumerator<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]><​!-- System.Collections.Generic.IEnumerator{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //index// 
 +    * Type:Int32 
 +    * Description:N/A
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +  * //key// 
-[[#Public Methods|Go Back]] +    ​* ​Type:String 
-==== GetHashCode() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +  * //item// 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] 
 +    * Description:N/A
  
-<!-- System.Object --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Remove(String) **
-==== GetKeys() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<String><!-- System.Collections.ObjectModel.Collection{System.String} --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== GetType() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //key// 
 +    * Type:String 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} MoveUp(Int32**
-==== IndexOf(MapTool==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| item   | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Insert(Int32,​ MapTool) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //index// 
-| index   ​| ​Int32<!-- System.Int32 --> ​  ​| ​   | +    * Type:Int32 
-| item   | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool--> +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} MoveUp(String**
-==== Insert(Int32, MapTool==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   | +  ​* //N/A//
-| item   | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Insert(Int32,​ String, MapTool) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //key// 
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   +    ​* Type:String 
-| key   ​| ​String<!-- System.String --> ​  ​| ​   | +    ​* Description:​N/​A
-| item   | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool--> +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} MoveUp(MapTool**
-==== MoveDown(Int32==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== MoveDown(String) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //item// 
-| key   | String<​!-- System.String --> ​  |    ​|+    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool--> +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} MoveDown(Int32**
-==== MoveDown(MapTool==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| item   | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== MoveTo(String,​ Int32) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //index// 
-| key   | String<​!-- System.String --> ​  ​| ​   | +    ​* Type:Int32 
-| toIndex ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool--> +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} MoveDown(String**
-==== MoveTo(Int32, Int32==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| fromIndex ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +  ​* //N/A//
-| toIndex ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== MoveTo(MapTool,​ Int32) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //key// 
-| item   | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> ​  ​| ​   | +    ​* Type:String 
-| toIndex ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool--> +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} MoveDown(MapTool**
-==== MoveToBottom(String==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| key   | String<​!-- System.String --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== MoveToBottom(Int32) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //item// 
-| index   | Int32<​!-- System.Int32 --> ​  |    ​|+    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool--> +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} MoveToTop(Int32**
-==== MoveToBottom(MapTool==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| item   | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== MoveToTop(MapTool) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //index// 
-| item   | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> ​  ​| ​   |+    * Type:Int32 
 +    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool--> +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} MoveToTop(String**
-==== MoveToTop(Int32==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== MoveToTop(String) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //key// 
-| key   | String<​!-- System.String --> ​  ​| ​   |+    * Type:String 
 +    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool--> +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} MoveToTop(MapTool) ​**
-==== MoveUp(MapTool) ​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| item   | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== MoveUp(String) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //item// 
-| key   | String<​!-- System.String --> ​  |    ​|+    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool--> +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} MoveToBottom(Int32) ​**
-==== MoveUp(Int32) ​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Refresh() ==== +  * Description:N/A
-Refreshes all the map tools objects maintaining in the MapTools object. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //index// 
 +    * Type:Int32 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapTools --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} MoveToBottom(String**
-==== Remove(MapTool==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| item   | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Remove(String) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //key// 
-| key   | String<​!-- System.String --> ​  ​| ​   |+    * Type:String 
 +    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool--> +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} MoveToBottom(MapTool**
-==== RemoveAt(Int32==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== ToString() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //item// 
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} MoveTo(Int32,Int32**
-===== Protected Methods ===== +
-==== ClearItems() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool}(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== Finalize() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​fromIndex//​ 
 +    * Type:Int32 
 +    * Description:N/A
  
-<!-- System.Object --> +  * //toIndex// 
-[[#​Protected Methods|Go Back]] +    * Type:Int32 
-==== InsertItem(Int32, MapTool) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} MoveTo(String,​Int32) **
-| index   | Int32<!-- System.Int32 --  |    | +
-| item   | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> ​  ​| ​   ​|+
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool}(overriden) --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MemberwiseClone() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //key// 
-==== OnAdded(AddedGeoCollectionEventArgs) ​==== +    ​* ​Type:String 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //toIndex// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| e   | [[ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs|AddedGeoCollectionEventArgs]]<​!-- ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool--> +<div newline></​div>​ 
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} MoveTo(MapTool,​Int32**
-==== OnAdding(AddingGeoCollectionEventArgs==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs|AddingGeoCollectionEventArgs]]<​!-- ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnClearedItems(ClearedItemsGeoCollectionEventArgs) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //item// 
-| e   ​| ​[[ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs|ClearedItemsGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +  * //toIndex// 
-[[#​Protected Methods|Go Back]] +    ​* ​Type:Int32 
-==== OnClearingItems(ClearingItemsGeoCollectionEventArgs) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} Contains(String) **
-| e   | [[ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs|ClearingItemsGeoCollectionEventArgs]]<​!-- ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnCollectionChanged(NotifyCollectionChangedEventArgs) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| e   | NotifyCollectionChangedEventArgs<​!-- System.Collections.Specialized.NotifyCollectionChangedEventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //key// 
-==== OnInserted(InsertedGeoCollectionEventArgs) ​==== +    ​* ​Type:String 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} Add(MapTool) **
-| e   | [[ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs|InsertedGeoCollectionEventArgs]]<​!-- ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnInserting(InsertingGeoCollectionEventArgs) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | [[ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs|InsertingGeoCollectionEventArgs]]<​!-- ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +== Parameters == 
-[[#​Protected Methods|Go Back]] +  * //item// 
-==== OnPropertyChanged(PropertyChangedEventArgs) ==== +    * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] 
-=== Return Value === +    ​* ​Description:N/A
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} Clear() **
-| e   | PropertyChangedEventArgs<​!-- System.ComponentModel.PropertyChangedEventArgs --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnRemoved(RemovedGeoCollectionEventArgs) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | [[ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs|RemovedGeoCollectionEventArgs]]<​!-- ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== OnRemoving(RemovingGeoCollectionEventArgs) ​==== +** {{wiki:​PublicMethod.gif|}} CopyTo(MapTool[],​Int32) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs|RemovingGeoCollectionEventArgs]]<​!-- ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== RemoveItem(Int32) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
- Name ^  ​Type ​ ​Description ​^ +  * //array// 
-| index   ​| Int32<!-- System.Int32 ​--  ​|    |+    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapTool[]|MapTool[]]] 
 +    * Description:​N/​A 
 + 
 +  * //index// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Contains(MapTool) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters =
 +  * //item// 
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetEnumerator() ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  ​* //N/A// 
 + 
 +== Return Value == 
 +  Type:​IEnumerator<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]>​ 
 +  Description:N/A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} IndexOf(MapTool) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Int32 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //item// 
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Insert(Int32,​MapTool) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //index// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //item// 
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Remove(MapTool) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //item// 
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} RemoveAt(Int32) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //index// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ToString() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​String 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //obj// 
 +    * Type:​Object 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Int32 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Type 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} OnInserting(InsertingGeoCollectionEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs|InsertingGeoCollectionEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnInserted(InsertedGeoCollectionEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs|InsertedGeoCollectionEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnRemoving(RemovingGeoCollectionEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs|RemovingGeoCollectionEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnRemoved(RemovedGeoCollectionEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs|RemovedGeoCollectionEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnAdding(AddingGeoCollectionEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs|AddingGeoCollectionEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnAdded(AddedGeoCollectionEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs|AddedGeoCollectionEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnClearingItems(ClearingItemsGeoCollectionEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs|ClearingItemsGeoCollectionEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnClearedItems(ClearedItemsGeoCollectionEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs|ClearedItemsGeoCollectionEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} InsertItem(Int32,​MapTool) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //index// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //item// 
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RemoveItem(Int32) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //index// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ClearItems() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetItem(Int32,​MapTool) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //index// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //item// 
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnCollectionChanged(NotifyCollectionChangedEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​NotifyCollectionChangedEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnPropertyChanged(PropertyChangedEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​PropertyChangedEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} ZoomMapTool ** 
 + 
 +  * //Gets the zoom map tool.// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.AndroidEdition.ZoomMapTool|ZoomMapTool]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} CenterCoordinate ** 
 + 
 +  * //Gets the center coordinate.//​ 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.AndroidEdition.CenterCoordinateMapTool|CenterCoordinateMapTool]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} Item ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} Count ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Int32 
 + 
 +** {{wiki:​PublicProperty.gif|}} Item ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] 
 + 
 +==== Protected Properties ==== 
 +** {{wiki:​ProtectedProperty.gif|}} Items ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​IList<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]>​ 
 + 
 +==== Public Events ==== 
 +** {{wiki:​PublicEvent.gif|}} Inserting ** 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A//
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool}(overriden) --> +Event Arguments:​[[ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs|InsertingGeoCollectionEventArgs]]
-[[#​Protected Methods|Go Back]] +
-==== SetItem(Int32,​ MapTool) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicEvent.gif|}} Inserted ** 
- Name ^  Type ^  Description ^ +  * //N/A// 
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   | +== Remarks ​== 
-| item   | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool}(overriden) --> +Event Arguments:[[ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs|InsertedGeoCollectionEventArgs]]
-[[#​Protected Methods|Go Back]] +
-===== Public Properties ===== +
-==== CenterCoordinate ==== +
-Gets the center coordinate. +
-=== Return Value === +
-^ Return Type ^ +
-[[ThinkGeo.MapSuite.AndroidEdition.CenterCoordinateMapTool|CenterCoordinateMapTool]]<!-- ThinkGeo.MapSuite.AndroidEdition.CenterCoordinateMapTool --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapTools --> +** {{wiki:​PublicEvent.gif|}} Removing ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== Count ==== +== Remarks ​== 
-=== Return Value === +  * //N/A//
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +Event Arguments:[[ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs|RemovingGeoCollectionEventArgs]]
-[[#Public Properties|Go Back]] +
-==== Item ==== +
-=== Return Value === +
-^ Return Type ^ +
-[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool--> +** {{wiki:​PublicEvent.gif|}} Removed ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== Item ==== +== Remarks ​== 
-=== Return Value === +  * //N/A//
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> ​  |+
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +Event Arguments:[[ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs|RemovedGeoCollectionEventArgs]]
-[[#Public Properties|Go Back]] +
-==== ZoomMapTool ==== +
-Gets the zoom map tool. +
-=== Return Value === +
-^ Return Type ^ +
-[[ThinkGeo.MapSuite.AndroidEdition.ZoomMapTool|ZoomMapTool]]<!-- ThinkGeo.MapSuite.AndroidEdition.ZoomMapTool --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapTools --> +** {{wiki:​PublicEvent.gif|}} Adding ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-===== Protected Properties ===== +== Remarks ​== 
-==== Items ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ +
-| IList<​[[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]]><​!-- System.Collections.Generic.IList{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> ​  |+
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +Event Arguments:[[ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs|AddingGeoCollectionEventArgs]]
-[[#​Protected Properties|Go Back]] +
-===== Public Events ===== +
-==== Added ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs|AddedGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool--> +** {{wiki:​PublicEvent.gif|}} Added ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== Adding ==== +== Remarks ​== 
-=== Event Arguments === +  * //N/A//
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs|AddingGeoCollectionEventArgs]]<​!-- ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +Event Arguments:[[ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs|AddedGeoCollectionEventArgs]]
-[[#Public Events|Go Back]] +
-==== ClearedItems ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs|ClearedItemsGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool--> +** {{wiki:​PublicEvent.gif|}ClearingItems ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== ClearingItems ==== +== Remarks ​== 
-=== Event Arguments === +  * //N/A//
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs|ClearingItemsGeoCollectionEventArgs]]<​!-- ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +Event Arguments:​[[ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs|ClearingItemsGeoCollectionEventArgs]]
-[[#Public Events|Go Back]] +
-==== CollectionChanged ==== +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| NotifyCollectionChangedEventArgs<​!-- System.Collections.Specialized.NotifyCollectionChangedEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool--> +** {{wiki:​PublicEvent.gif|}} ClearedItems ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== Inserted ==== +== Remarks ​== 
-=== Event Arguments === +  * //N/A//
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs|InsertedGeoCollectionEventArgs]]<​!-- ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +Event Arguments:[[ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs|ClearedItemsGeoCollectionEventArgs]]
-[[#Public Events|Go Back]] +
-==== Inserting ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs|InsertingGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool--> +** {{wiki:​PublicEvent.gif|}} CollectionChanged ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== PropertyChanged ==== +== Remarks ​== 
-=== Event Arguments === +  * //N/A//
-^ Event Arguments ^ +
-| PropertyChangedEventArgs<​!-- System.ComponentModel.PropertyChangedEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== Removed ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs|RemovedGeoCollectionEventArgs]]<​!-- ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool--> +** {{wiki:​PublicEvent.gif|}} PropertyChanged ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== Removing ==== +== Remarks ​== 
-=== Event Arguments === +  * //N/A//
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs|RemovingGeoCollectionEventArgs]]<​!-- ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.AndroidEdition.MapTool} --> +Event Arguments:
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​AndroidEdition]] 
-[[Category:​ThinkGeo.MapSuite.AndroidEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.androidedition.maptools.1440040127.txt.gz · Last modified: 2015/09/21 10:30 (external edit)