Skip to content

ThinkGeoCloudVectorMapsMapType

Namespace: ThinkGeo.Core

Specifies the ThinkGeo Cloud vector map styles.

public enum ThinkGeoCloudVectorMapsMapType

Inheritance objectValueTypeEnumThinkGeoCloudVectorMapsMapType
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.