Table of Contents

ThinkGeo.MapSuite.WebEdition.MarkerZoomLevelSet

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.

This class represents a collection of MarkerZoomLevels that determines the appearance of markers at different zoomlevels.

Inheritance Hierarchy

Members Summary

Public Constructors

MarkerZoomLevelSet()

Remarks
Parameters

Protected Constructors

Public Methods

GetZoomLevelForDrawing(Int32)

Remarks
Return Value
Parameters

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

HRU=(Int32)

Remarks
Return Value
Parameters

5hM=()

Remarks
Return Value
Parameters

5xM=(Object)

Remarks
Return Value
Parameters

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

ZoomLevel01

Gets the MarkerZoomLevel for Level01.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevelSet#ZoomLevel01

Return Value

ZoomLevel02

Gets the MarkerZoomLevel for Level02.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevelSet#ZoomLevel02

Return Value

ZoomLevel03

Gets the MarkerZoomLevel for Level03.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevelSet#ZoomLevel03

Return Value

ZoomLevel04

Gets the MarkerZoomLevel for Level04.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevelSet#ZoomLevel04

Return Value

ZoomLevel05

Gets the MarkerZoomLevel for Level05.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevelSet#ZoomLevel05

Return Value

ZoomLevel06

Gets the MarkerZoomLevel for Level06.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevelSet#ZoomLevel06

Return Value

ZoomLevel07

Gets the MarkerZoomLevel for Level07.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevelSet#ZoomLevel07

Return Value

ZoomLevel08

Gets the MarkerZoomLevel for Level08.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevelSet#ZoomLevel08

Return Value

ZoomLevel09

Gets the MarkerZoomLevel for Level09.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevelSet#ZoomLevel09

Return Value

ZoomLevel10

Gets the MarkerZoomLevel for Level10.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevelSet#ZoomLevel10

Return Value

ZoomLevel11

Gets the MarkerZoomLevel for Level11.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevelSet#ZoomLevel11

Return Value

ZoomLevel12

Gets the MarkerZoomLevel for Level12.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevelSet#ZoomLevel12

Return Value

ZoomLevel13

Gets the MarkerZoomLevel for Level13.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevelSet#ZoomLevel13

Return Value

ZoomLevel14

Gets the MarkerZoomLevel for Level14.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevelSet#ZoomLevel14

Return Value

ZoomLevel15

Gets the MarkerZoomLevel for Level15.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevelSet#ZoomLevel15

Return Value

ZoomLevel16

Gets the MarkerZoomLevel for Level16.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevelSet#ZoomLevel16

Return Value

ZoomLevel17

Gets the MarkerZoomLevel for Level17.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevelSet#ZoomLevel17

Return Value

ZoomLevel18

Gets the MarkerZoomLevel for Level18.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevelSet#ZoomLevel18

Return Value

ZoomLevel19

Gets the MarkerZoomLevel for Level19.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevelSet#ZoomLevel19

Return Value

ZoomLevel20

Gets the MarkerZoomLevel for Level20.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevelSet#ZoomLevel20

Return Value

CustomZoomLevels

Gets a MarkerZoomLevel collection that is used for you to define your own custom zoomlevels.

Remarks

When you add custom zoomlevels to the CustomZoomLevels collection, the default ZoomLevels 01 through 20 will be disabled. The zoomLevels in the CustomZoomLevels are matched with the scales defined in the Map.ClientZoomLevelScales. For example, CustomZoomLevels[0] has the scale that equals to Map.ClientZoomLevelScales[0].

Return Value

Protected Properties

Public Events