MarkerZoomLevelSet¶
Inheritance Hierarchy¶
Object
MarkerZoomLevelSet
Members Summary¶
Public Constructors Summary¶
Name |
---|
MarkerZoomLevelSet() |
Protected Constructors Summary¶
Name |
---|
N/A |
Public Properties Summary¶
Name | Return Type | Description |
---|---|---|
CustomZoomLevels | Collection<MarkerZoomLevel > | Gets a MarkerZoomLevel collection that is used for you to define your own custom zoomlevels. |
ZoomLevel01 | MarkerZoomLevel | Gets the MarkerZoomLevel for Level01. |
ZoomLevel02 | MarkerZoomLevel | Gets the MarkerZoomLevel for Level02. |
ZoomLevel03 | MarkerZoomLevel | Gets the MarkerZoomLevel for Level03. |
ZoomLevel04 | MarkerZoomLevel | Gets the MarkerZoomLevel for Level04. |
ZoomLevel05 | MarkerZoomLevel | Gets the MarkerZoomLevel for Level05. |
ZoomLevel06 | MarkerZoomLevel | Gets the MarkerZoomLevel for Level06. |
ZoomLevel07 | MarkerZoomLevel | Gets the MarkerZoomLevel for Level07. |
ZoomLevel08 | MarkerZoomLevel | Gets the MarkerZoomLevel for Level08. |
ZoomLevel09 | MarkerZoomLevel | Gets the MarkerZoomLevel for Level09. |
ZoomLevel10 | MarkerZoomLevel | Gets the MarkerZoomLevel for Level10. |
ZoomLevel11 | MarkerZoomLevel | Gets the MarkerZoomLevel for Level11. |
ZoomLevel12 | MarkerZoomLevel | Gets the MarkerZoomLevel for Level12. |
ZoomLevel13 | MarkerZoomLevel | Gets the MarkerZoomLevel for Level13. |
ZoomLevel14 | MarkerZoomLevel | Gets the MarkerZoomLevel for Level14. |
ZoomLevel15 | MarkerZoomLevel | Gets the MarkerZoomLevel for Level15. |
ZoomLevel16 | MarkerZoomLevel | Gets the MarkerZoomLevel for Level16. |
ZoomLevel17 | MarkerZoomLevel | Gets the MarkerZoomLevel for Level17. |
ZoomLevel18 | MarkerZoomLevel | Gets the MarkerZoomLevel for Level18. |
ZoomLevel19 | MarkerZoomLevel | Gets the MarkerZoomLevel for Level19. |
ZoomLevel20 | MarkerZoomLevel | Gets the MarkerZoomLevel for Level20. |
Protected Properties Summary¶
Name | Return Type | Description |
---|---|---|
N/A | N/A | N/A |
Public Methods Summary¶
Name |
---|
Equals(Object) |
GetHashCode() |
GetType() |
GetZoomLevelForDrawing(Int32) |
ToString() |
Protected Methods Summary¶
Name |
---|
Finalize() |
MemberwiseClone() |
Public Events Summary¶
Name | Event Arguments | Description |
---|---|---|
N/A | N/A | N/A |
Members Detail¶
Public Constructors¶
Name |
---|
MarkerZoomLevelSet() |
Protected Constructors¶
Public Properties¶
CustomZoomLevels
¶
Summary
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
Collection<MarkerZoomLevel
>
ZoomLevel01
¶
Summary
Gets the MarkerZoomLevel for Level01.
Remarks
N/A
Return Value
ZoomLevel02
¶
Summary
Gets the MarkerZoomLevel for Level02.
Remarks
N/A
Return Value
ZoomLevel03
¶
Summary
Gets the MarkerZoomLevel for Level03.
Remarks
N/A
Return Value
ZoomLevel04
¶
Summary
Gets the MarkerZoomLevel for Level04.
Remarks
N/A
Return Value
ZoomLevel05
¶
Summary
Gets the MarkerZoomLevel for Level05.
Remarks
N/A
Return Value
ZoomLevel06
¶
Summary
Gets the MarkerZoomLevel for Level06.
Remarks
N/A
Return Value
ZoomLevel07
¶
Summary
Gets the MarkerZoomLevel for Level07.
Remarks
N/A
Return Value
ZoomLevel08
¶
Summary
Gets the MarkerZoomLevel for Level08.
Remarks
N/A
Return Value
ZoomLevel09
¶
Summary
Gets the MarkerZoomLevel for Level09.
Remarks
N/A
Return Value
ZoomLevel10
¶
Summary
Gets the MarkerZoomLevel for Level10.
Remarks
N/A
Return Value
ZoomLevel11
¶
Summary
Gets the MarkerZoomLevel for Level11.
Remarks
N/A
Return Value
ZoomLevel12
¶
Summary
Gets the MarkerZoomLevel for Level12.
Remarks
N/A
Return Value
ZoomLevel13
¶
Summary
Gets the MarkerZoomLevel for Level13.
Remarks
N/A
Return Value
ZoomLevel14
¶
Summary
Gets the MarkerZoomLevel for Level14.
Remarks
N/A
Return Value
ZoomLevel15
¶
Summary
Gets the MarkerZoomLevel for Level15.
Remarks
N/A
Return Value
ZoomLevel16
¶
Summary
Gets the MarkerZoomLevel for Level16.
Remarks
N/A
Return Value
ZoomLevel17
¶
Summary
Gets the MarkerZoomLevel for Level17.
Remarks
N/A
Return Value
ZoomLevel18
¶
Summary
Gets the MarkerZoomLevel for Level18.
Remarks
N/A
Return Value
ZoomLevel19
¶
Summary
Gets the MarkerZoomLevel for Level19.
Remarks
N/A
Return Value
ZoomLevel20
¶
Summary
Gets the MarkerZoomLevel for Level20.
Remarks
N/A
Return Value
Protected Properties¶
Public Methods¶
Equals(Object)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Boolean | N/A |
Parameters
Name | Type | Description |
---|---|---|
obj | Object | N/A |
GetHashCode()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Int32 | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
GetType()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Type | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
GetZoomLevelForDrawing(Int32)
¶
Summary
Returns the MarkerZoomLevel object whose styles will be applied to the markers based on the current zoomlevel that is passed in.
Remarks
N/A
Return Value
Type | Description |
---|---|
MarkerZoomLevel | N/A |
Parameters
Name | Type | Description |
---|---|---|
currentZoomLevelId | Int32 | An int value that indicates which zoomlevel is the current zoomlevel. The int value must be a number from 1 - 20. |
ToString()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
String | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
Protected Methods¶
Finalize()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
MemberwiseClone()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Object | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |