====== ThinkGeo.MapSuite.iOSEdition.MapArguments ====== {{section>upgrade_map_suite_to_10.0}} Contains important properties and methods of current map object. ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.iOSEdition.MapArguments** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} MapArguments() ** Initializes a new instance of the class. == Remarks == N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} MapArguments(RectangleShape,GeographyUnit,Single,Single) ** Initializes a new instance of the class. == Remarks == N/A == Parameters == * //currentExtent// * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] * Description:The current extent. * //mapUnit// * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] * Description:The map unit. * //screenWidth// * Type:Single * Description:Width of the screen. * //screenHeight// * Type:Single * Description:Height of the screen.
==== Protected Constructors ==== ==== Public Methods ==== ** {{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|}} CurrentExtent ** Gets or sets the current extent. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ** {{wiki:PublicProperty.gif|}} MapUnit ** Gets or sets the GeographyUnit for the map. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] ** {{wiki:PublicProperty.gif|}} ScreenWidth ** Gets or sets the width of current map object in screen coordinate. == Remarks == N/A == Return Value == * Type:nfloat ** {{wiki:PublicProperty.gif|}} ScreenHeight ** Gets or sets the height of current map object in screen coordinate. == Remarks == N/A == Return Value == * Type:nfloat ** {{wiki:PublicProperty.gif|}} CurrentScale ** Gets or sets a double value that indicates the current scale of the map. == Remarks == N/A == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} MaximumScale ** N/A == Remarks == N/A == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} MinimumScale ** N/A == Remarks == N/A == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} CurrentResolution ** Gets or sets a double value that indicates the current resolution of the map. == Remarks == N/A == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} ZoomLevelSet ** Gets or sets the zoom level set. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] ** {{wiki:PublicProperty.gif|}} CustomData ** Gets the custom data. == Remarks == N/A == Return Value == * Type:Dictionary ==== Protected Properties ==== ==== Public Events ====