ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This class represents a collection of MarkerZoomLevel that determines the appearance of markers at different zoomlevels.
This class represents a collection of <strong>MarkerZoomLevel</strong>. Each <strong>MarkerZoomLevel</strong> has a different scale and style definition which will be applied to markers when it is the current zoomlevel.
The MarkerZoomLevelSet decides which zoomlevel applys its styles to the markers base on the current zoomlevel.
If current zoomlevel is level 03 and we defined the styles on zoomlevel as below:
markerOverlay.ZoomLevelSet.ZoomLevel04.DefaultMarkerStyle.WebImage = …; markerOverlay.ZoomLevelSet.ZoomLevel04.DefaultMarkerStyle.Popup = …; markerOverlay.ZoomLevelSet.ZoomLevel04.ApplyUntilZoomLevel = ApplyUntilZoomLevel.Level10;
then no zoomlevel will apply styles to the markers. There will be no markers display on the screen.
When we change the current zoomlevel to level 04, now current zoomlevel falls into the zoomlevel range (04-10) that defines styles. The ZoomlevelSet will apply the styles on the zoomlevel 04 to the markers.
*System.Object **ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevelSet
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Initialize a new instance of the MarkerZoomLevelSet class. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Int32 | Returns the MarkerZoomLevel object whose styles will be applies to the markers base on the current zoomlevel that passed in. | |
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Collection<MarkerZoomLevel> | Gets a MarkerZoomLevel collection that is used for you to define your own custom zoomlevels. | |
![]() | MarkerZoomLevel | Gets the MarkerZoomLevel for Level01. | |
![]() | MarkerZoomLevel | Gets the MarkerZoomLevel for Level02. | |
![]() | MarkerZoomLevel | Gets the MarkerZoomLevel for Level03. | |
![]() | MarkerZoomLevel | Gets the MarkerZoomLevel for Level04. | |
![]() | MarkerZoomLevel | Gets the MarkerZoomLevel for Level05. | |
![]() | MarkerZoomLevel | Gets the MarkerZoomLevel for Level06. | |
![]() | MarkerZoomLevel | Gets the MarkerZoomLevel for Level07. | |
![]() | MarkerZoomLevel | Gets the MarkerZoomLevel for Level08. | |
![]() | MarkerZoomLevel | Gets the MarkerZoomLevel for Level09. | |
![]() | MarkerZoomLevel | Gets the MarkerZoomLevel for Level10. | |
![]() | MarkerZoomLevel | Gets the MarkerZoomLevel for Level11. | |
![]() | MarkerZoomLevel | Gets the MarkerZoomLevel for Level12. | |
![]() | MarkerZoomLevel | Gets the MarkerZoomLevel for Level13. | |
![]() | MarkerZoomLevel | Gets the MarkerZoomLevel for Level14. | |
![]() | MarkerZoomLevel | Gets the MarkerZoomLevel for Level15. | |
![]() | MarkerZoomLevel | Gets the MarkerZoomLevel for Level16. | |
![]() | MarkerZoomLevel | Gets the MarkerZoomLevel for Level17. | |
![]() | MarkerZoomLevel | Gets the MarkerZoomLevel for Level18. | |
![]() | MarkerZoomLevel | Gets the MarkerZoomLevel for Level19. | |
![]() | MarkerZoomLevel | Gets the MarkerZoomLevel for Level20. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
Initialize a new instance of the MarkerZoomLevelSet class.
Name | Type | Description |
---|
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Returns the MarkerZoomLevel object whose styles will be applies to the markers base on the current zoomlevel that passed in.
Return Type | Description |
---|---|
MarkerZoomLevel<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevel –> |
Name | Type | Description |
---|---|---|
currentZoomLevelId | Int32<!– System.Int32 –> | An int value that indicates which zoomlevel is the current zoomlevel. The int value can only be in 1-20. |
<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevelSet –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Gets a MarkerZoomLevel collection that is used for you to define your own custom zoomlevels.
When you add custom zoomlevels to the CustomZoomLevels collection, the default ZoomLevel01-20 will be disabled. The zoomLevels in the CustomZoomLevels are matched with the scales defined in the Map.ClientZoomLevelScales. For example,
CustomZoomLevelsmain_page has the scale that equals to Map.ClientZoomLevelScalesmain_page.
Return Type |
---|
Collection<MarkerZoomLevel><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevel} –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevelSet –> Go Back
Gets the MarkerZoomLevel for Level01.
Return Type |
---|
MarkerZoomLevel<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevel –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevelSet –> Go Back
Gets the MarkerZoomLevel for Level02.
Return Type |
---|
MarkerZoomLevel<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevel –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevelSet –> Go Back
Gets the MarkerZoomLevel for Level03.
Return Type |
---|
MarkerZoomLevel<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevel –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevelSet –> Go Back
Gets the MarkerZoomLevel for Level04.
Return Type |
---|
MarkerZoomLevel<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevel –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevelSet –> Go Back
Gets the MarkerZoomLevel for Level05.
Return Type |
---|
MarkerZoomLevel<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevel –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevelSet –> Go Back
Gets the MarkerZoomLevel for Level06.
Return Type |
---|
MarkerZoomLevel<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevel –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevelSet –> Go Back
Gets the MarkerZoomLevel for Level07.
Return Type |
---|
MarkerZoomLevel<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevel –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevelSet –> Go Back
Gets the MarkerZoomLevel for Level08.
Return Type |
---|
MarkerZoomLevel<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevel –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevelSet –> Go Back
Gets the MarkerZoomLevel for Level09.
Return Type |
---|
MarkerZoomLevel<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevel –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevelSet –> Go Back
Gets the MarkerZoomLevel for Level10.
Return Type |
---|
MarkerZoomLevel<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevel –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevelSet –> Go Back
Gets the MarkerZoomLevel for Level11.
Return Type |
---|
MarkerZoomLevel<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevel –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevelSet –> Go Back
Gets the MarkerZoomLevel for Level12.
Return Type |
---|
MarkerZoomLevel<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevel –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevelSet –> Go Back
Gets the MarkerZoomLevel for Level13.
Return Type |
---|
MarkerZoomLevel<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevel –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevelSet –> Go Back
Gets the MarkerZoomLevel for Level14.
Return Type |
---|
MarkerZoomLevel<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevel –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevelSet –> Go Back
Gets the MarkerZoomLevel for Level15.
Return Type |
---|
MarkerZoomLevel<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevel –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevelSet –> Go Back
Gets the MarkerZoomLevel for Level16.
Return Type |
---|
MarkerZoomLevel<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevel –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevelSet –> Go Back
Gets the MarkerZoomLevel for Level17.
Return Type |
---|
MarkerZoomLevel<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevel –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevelSet –> Go Back
Gets the MarkerZoomLevel for Level18.
Return Type |
---|
MarkerZoomLevel<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevel –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevelSet –> Go Back
Gets the MarkerZoomLevel for Level19.
Return Type |
---|
MarkerZoomLevel<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevel –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevelSet –> Go Back
Gets the MarkerZoomLevel for Level20.
Return Type |
---|
MarkerZoomLevel<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevel –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerZoomLevelSet –> Go Back