====== ThinkGeo.MapSuite.MvcEdition.MapTools ====== {{section>upgrade_map_suite_to_10.0}} Contains the different map tools as properties and acts as an entrance for setting these map controls. ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.MvcEdition.MapTools** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} MapTools() ** * //Initialize an instance of the MapTools class.// == Remarks == * //N/A// == Parameters ==
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} ToJson() ** * //Returns a JSON string that contains all of the map tools settings.// == Remarks == * //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 Value == * Type:String * Description:A JSON string that represents the settings for all of the map tools. == Parameters == ** {{wiki:PublicMethod.gif|}} FromJson(String) ** * //Load this object from a json string.// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //jsonString// * Type:String * Description:a json string ** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A ** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters == ==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters == ==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} MeasureMapTool ** Gets an MeasureMapTool object for setting. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.MeasureMapTool|MeasureMapTool]] ** {{wiki:PublicProperty.gif|}} TouchMapTool ** Gets an TouchMapTool object for setting == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.TouchMapTool|TouchMapTool]] ** {{wiki:PublicProperty.gif|}} AnimationPanMapTool ** Gets an AnimationPanMapTool object for setting. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.AnimationPanMapTool|AnimationPanMapTool]] ** {{wiki:PublicProperty.gif|}} OverlaySwitcher ** Gets an OverlaySwitcherMapTool object for setting. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool|OverlaySwitcherMapTool]] ** {{wiki:PublicProperty.gif|}} MouseMapTool ** Gets a MouseMapTool object for setting. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.MouseMapTool|MouseMapTool]] ** {{wiki:PublicProperty.gif|}} MouseCoordinate ** Gets a MouseCoordinateMapTool object for setting. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.MouseCoordinateMapTool|MouseCoordinateMapTool]] ** {{wiki:PublicProperty.gif|}} MiniMap ** Gets a MiniMapMapTool object for setting. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.MiniMapMapTool|MiniMapMapTool]] ** {{wiki:PublicProperty.gif|}} PanZoom ** Gets a PanZoomMapTool object for setting. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.PanZoomMapTool|PanZoomMapTool]] ** {{wiki:PublicProperty.gif|}} PanZoomBar ** Gets a PanZoomBarMapTool object for setting. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.PanZoomBarMapTool|PanZoomBarMapTool]] ** {{wiki:PublicProperty.gif|}} ScaleLine ** Gets a ScaleLineMapTool object for setting. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.ScaleLineMapTool|ScaleLineMapTool]] ** {{wiki:PublicProperty.gif|}} Logo ** Gets a LogoMapTool object for setting == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.LogoMapTool|LogoMapTool]] ** {{wiki:PublicProperty.gif|}} KeyboardMapTool ** Gets a KeyboardMapTool object for setting. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.KeyboardMapTool|KeyboardMapTool]] ** {{wiki:PublicProperty.gif|}} LoadingImage ** Gets a LoadingImageMapTool object for setting == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool|LoadingImageMapTool]] ==== Protected Properties ==== ==== Public Events ====