ThinkGeoCloudVectorMapsMapType¶
Namespace: ThinkGeo.Core
Specifies the ThinkGeo Cloud vector map styles.
public enum ThinkGeoCloudVectorMapsMapType
Inheritance object → ValueType → Enum → ThinkGeoCloudVectorMapsMapType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Default | 0 | Legacy default value that maps to the Light style. Prefer selecting a specific style. |
| Light | 1 | Uses the Light base-map style. |
| Dark | 3 | Uses the Dark base-map style. |
| TransparentBackground | 4 | Renders roads and labels on a transparent background. |
| CustomizedByStyleJson | 5 | Uses a custom map style defined by a client-supplied JSON document. |