Table of Contents

ThinkGeo.MapSuite.iOSEdition.MapArguments

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

Contains important properties and methods of current map object.

Inheritance Hierarchy

Members Summary

Public Constructors

MapArguments()

Initializes a new instance of the class.

Remarks

N/A

Parameters

MapArguments(RectangleShape,GeographyUnit,Single,Single)

Initializes a new instance of the class.

Remarks

N/A

Parameters

Protected Constructors

Public Methods

ToString()

N/A

Remarks

N/A

Return Value
Parameters

Equals(Object)

N/A

Remarks

N/A

Return Value
Parameters

GetHashCode()

N/A

Remarks

N/A

Return Value
Parameters

GetType()

N/A

Remarks

N/A

Return Value
Parameters

Protected Methods

Finalize()

N/A

Remarks

N/A

Return Value
Parameters

MemberwiseClone()

N/A

Remarks

N/A

Return Value
Parameters

Public Properties

CurrentExtent

Gets or sets the current extent.

Remarks

N/A

Return Value

MapUnit

Gets or sets the GeographyUnit for the map.

Remarks

N/A

Return Value

ScreenWidth

Gets or sets the width of current map object in screen coordinate.

Remarks

N/A

Return Value

ScreenHeight

Gets or sets the height of current map object in screen coordinate.

Remarks

N/A

Return Value

CurrentScale

Gets or sets a double value that indicates the current scale of the map.

Remarks

N/A

Return Value

MaximumScale

N/A

Remarks

N/A

Return Value

MinimumScale

N/A

Remarks

N/A

Return Value

CurrentResolution

Gets or sets a double value that indicates the current resolution of the map.

Remarks

N/A

Return Value

ZoomLevelSet

Gets or sets the zoom level set.

Remarks

N/A

Return Value

CustomData

Gets the custom data.

Remarks

N/A

Return Value

Protected Properties

Public Events