Products
Professional Services
Demos and Downloads
Help and Support
Products
Professional Services
Demos and Downloads
Help and Support
This is an old revision of the document!
<!– 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 class defines how a feature will be marked based on its scale. Inside of the ZoomLevelSet there are a number of marker zoomlevels. We will determine which MarkerZoomLevel to use based on which one has the Scale property closest to the current scale. The matching one will define the styles that will be used to mark the features on the map.
*System.Object **ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
MarkerZoomLevel | Initialize a new instance of the MarkerZoomLevel class. |
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Equals | Object | Object | |
GetHashCode | Object | ||
GetMarkers | IEnumerable<Feature> | Returns a collection of markers to which the styles will be applied when the current zoomlevel falls into the ranges defined. | |
GetRequiredColumnNames | |||
GetType | Object | ||
ToString | Object |
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Finalize | Object | ||
GetContextMenusCore | Gets a collection of context menus that are associated with the MarkerZoomLevel. | ||
MemberwiseClone | Object |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
ApplyUntilZoomLevel | ApplyUntilZoomLevel | Gets or sets the zoomlevel to which the styles will be applied. | |
CustomMarkerStyle | MarkerStyle | Gets or sets a style that can be any type of MarkerStyle. | |
DefaultMarkerStyle | PointMarkerStyle | Gets or sets the style that is applied to the markers if the CustomMarkerStyle is not defined. |
| Name | Return | DeclaringType | Summary |
|---|
| Name | Event Arguments | DeclaringType | Summary |
|---|
Initialize a new instance of the MarkerZoomLevel class.
This is the default constructor. If you use this constructor, you should set the require properties on the class manually.
| Name | Type | Description |
|---|
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#Equals.28Object.29</a>
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#GetHashCode.28.29</a>
| Return Type | Description |
|---|---|
| Int32<!– System.Int32 –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Returns a collection of markers to which the styles will be applied when the current zoomlevel falls into the ranges defined.
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
| Return Type | Description |
|---|---|
| Collection<Marker><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WebEdition.Marker} –> |
| Name | Type | Description |
|---|---|---|
| features | IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} –> | A collection of markers to which the styles will be applied when the current zoomlevel falls into the ranges defined. |
<!– ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#GetRequiredColumnNames.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#GetRequiredColumnNames.28.29</a>
| Return Type | Description |
|---|---|
| Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#GetType.28.29</a>
| Return Type | Description |
|---|---|
| Type<!– System.Type –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#ToString.28.29</a>
| Return Type | Description |
|---|---|
| String<!– System.String –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#Finalize.28.29</a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Gets a collection of context menus that are associated with the MarkerZoomLevel.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#GetContextMenusCore.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#GetContextMenusCore.28.29</a>
| Return Type | Description |
|---|---|
| GeoKeyedCollection<ContextMenu><!– ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection{ThinkGeo.MapSuite.WebEdition.ContextMenu} –> | A collection of context menus that are associated with the MarkerZoomLevel. |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#MemberwiseClone.28.29</a>
| Return Type | Description |
|---|---|
| Object<!– System.Object –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Gets or sets the zoomlevel to which the styles will be applied.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#ApplyUntilZoomLevel” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#ApplyUntilZoomLevel</a>
| Return Type |
|---|
| ApplyUntilZoomLevel<!– ThinkGeo.MapSuite.Core.ApplyUntilZoomLevel –> |
<!– ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel –> Go Back
Gets or sets a 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 MarkerStyle while the DefaultMarkerStyle cannot.
| Return Type |
|---|
| MarkerStyle<!– ThinkGeo.MapSuite.WebEdition.MarkerStyle –> |
<!– ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel –> Go Back
Gets or sets the style that is applied to the markers if the CustomMarkerStyle is not defined.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#DefaultMarkerStyle” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#DefaultMarkerStyle</a>
| Return Type |
|---|
| PointMarkerStyle<!– ThinkGeo.MapSuite.WebEdition.PointMarkerStyle –> |
<!– ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel –> Go Back
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.