[]
The LOD (Level Of Detail) structure associates element visibility with the map scale (zoom and size).
public struct LOD
| Name | Description |
|---|---|
| LOD(double, double, double, double) | Initializes a new instance of an LOD structure. |
| Name | Description |
|---|---|
| MaxSize | When the pixel size of element is greater than MaxSize the element is not visible. |
| MaxZoom | When the map zoom is greater than MaxZoom the element is not visible. |
| MinSize | When the pixel size of element is less than MinSize the element is not visible. |
| MinZoom | When the map zoom is less than MinZoom the element is not visible. |