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!
This class defines styles of markers and a zoomlevel range. When the current zoomlevel is in that range, the styles will be applied to the markers.
This is the constructor of MarkerZoomLevel class.
GetMarkers(IEnumerable<Feature>)
This method returns a collection of markers that is applied with the styles when the current zoomlevel falls into the ranges that defined.
This method returns a collection of markers that is applied with the styles when the current zoomlevel falls into the ranges that defined.
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
Gets or sets the zoomlevel to which the styles will be applied.
Gets default style that is applied to the markers if the CustomMarkerStyle is not defined.
Gets the style that is applied to the markers if the CustomMarkerStyle is not defined.
Gets or sets a custom style that can be any type of MarkerStyle.
The CustomMarkerStyle has a higher priority than the DefaultMarkerStyle. When you define both styles, the CustomMarkerStyle will be applied. The CustomMarkerStyle can be any kind of MarkStyle while DefaultMarkerStyle can not.