CloudRasterMapType¶
Namespace: ThinkGeo.Core
This enumeration specifies the raster map types.
public enum CloudRasterMapType
Inheritance Object → ValueType → Enum → CloudRasterMapType
Implements IComparable, IFormattable, IConvertible
Remarks:
This enumeration specifies the raster map types.
Fields¶
Name | Value | Description |
---|---|---|
Default | 0 | The default map type is Light. |
Light | 1 | Specifies that the map is Light style |
Dark | 2 | Specifies that the map is dark style |
Hybrid | 3 | Specifies that the map includes physical features such as terrain and vegetation. |
Aerial | 4 | Specifies that the map shows aerial. |
TransparentBackground | 5 | Specifies that the map shows TransparentBackground. |