====== ThinkGeo.MapSuite.WebForms.MapTools ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.WebForms.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() ** * //N/A// == 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|}} 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 ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WebForms.MeasureMapTool|MeasureMapTool]] ** {{wiki:PublicProperty.gif|}} TouchMapTool ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WebForms.TouchMapTool|TouchMapTool]] ** {{wiki:PublicProperty.gif|}} AnimationPanMapTool ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WebForms.AnimationPanMapTool|AnimationPanMapTool]] ** {{wiki:PublicProperty.gif|}} OverlaySwitcher ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WebForms.OverlaySwitcherMapTool|OverlaySwitcherMapTool]] ** {{wiki:PublicProperty.gif|}} MouseMapTool ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WebForms.MouseMapTool|MouseMapTool]] ** {{wiki:PublicProperty.gif|}} MouseCoordinate ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WebForms.MouseCoordinateMapTool|MouseCoordinateMapTool]] ** {{wiki:PublicProperty.gif|}} MiniMap ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WebForms.MiniMapMapTool|MiniMapMapTool]] ** {{wiki:PublicProperty.gif|}} PanZoom ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WebForms.PanZoomMapTool|PanZoomMapTool]] ** {{wiki:PublicProperty.gif|}} PanZoomBar ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WebForms.PanZoomBarMapTool|PanZoomBarMapTool]] ** {{wiki:PublicProperty.gif|}} ScaleLine ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WebForms.ScaleLineMapTool|ScaleLineMapTool]] ** {{wiki:PublicProperty.gif|}} Logo ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WebForms.LogoMapTool|LogoMapTool]] ** {{wiki:PublicProperty.gif|}} KeyboardMapTool ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WebForms.KeyboardMapTool|KeyboardMapTool]] ** {{wiki:PublicProperty.gif|}} LoadingImage ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WebForms.LoadingImageMapTool|LoadingImageMapTool]] ==== Protected Properties ==== ==== Public Events ====