ThinkGeoCloudRasterMapsMapType¶
Namespace: ThinkGeo.Core
Specifies the ThinkGeo Cloud Raster Maps base-map styles and resolutions.
public enum ThinkGeoCloudRasterMapsMapType
Inheritance object → ValueType → Enum → ThinkGeoCloudRasterMapsMapType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Default | 0 | Represents the legacy default style (Light). Always select an explicit map type instead. |
| Light | 1 | Legacy Light style name. Use or a newer variant instead. |
| Dark | 2 | Legacy Dark style name. Use or a newer variant instead. |
| Hybrid | 3 | Legacy Hybrid style name. Use or a newer variant instead. |
| Aerial | 4 | Legacy Aerial imagery style. Use or a newer variant instead. |
| TransparentBackground | 5 | Legacy transparent background style. Use or a newer variant instead. |
| Light_V1_X1 | 6 | Light style v1 tiles at 512x512 pixels (X1). Choose this for 96-DPI/100% scale environments; prefer X2 for high DPI or mobile scenarios. |
| Light_V1_X2 | 7 | Light style v1 tiles at 1024x1024 pixels (X2). Provides higher resolution for mobile devices or Windows high-DPI displays. |
| Light_V2_X1 | 8 | Light style v2 tiles at 512x512 pixels (X1). Choose this for 96-DPI/100% scale environments; prefer X2 for high DPI or mobile scenarios. |
| Light_V2_X2 | 9 | Light style v2 tiles at 1024x1024 pixels (X2). Provides higher resolution for mobile devices or Windows high-DPI displays. |
| Dark_V1_X1 | 10 | Dark style v1 tiles at 512x512 pixels (X1). Choose this for 96-DPI/100% scale environments; prefer X2 for high DPI or mobile scenarios. |
| Dark_V1_X2 | 11 | Dark style v1 tiles at 1024x1024 pixels (X2). Provides higher resolution for mobile devices or Windows high-DPI displays. |
| Dark_V2_X1 | 12 | Dark style v2 tiles at 512x512 pixels (X1). Choose this for 96-DPI/100% scale environments; prefer X2 for high DPI or mobile scenarios. |
| Dark_V2_X2 | 13 | Dark style v2 tiles at 1024x1024 pixels (X2). Provides higher resolution for mobile devices or Windows high-DPI displays. |
| Hybrid_V1_X1 | 14 | Hybrid style v1 tiles at 512x512 pixels (X1). Choose this for 96-DPI/100% scale environments; prefer X2 for high DPI or mobile scenarios. |
| Hybrid_V1_X2 | 15 | Hybrid style v1 tiles at 1024x1024 pixels (X2). Provides higher resolution for mobile devices or Windows high-DPI displays. |
| Hybrid_V2_X1 | 16 | Hybrid style v2 tiles at 512x512 pixels (X1). Choose this for 96-DPI/100% scale environments; prefer X2 for high DPI or mobile scenarios. |
| Hybrid_V2_X2 | 17 | Hybrid style v2 tiles at 1024x1024 pixels (X2). Provides higher resolution for mobile devices or Windows high-DPI displays. |
| Hybrid2_V2_X1 | 18 | Hybrid style v2 tiles backed by the latest NAIP imagery at 512x512 pixels (X1). Use for 96-DPI/100% scale environments. |
| Hybrid2_V2_X2 | 19 | Hybrid style v2 tiles backed by the latest NAIP imagery at 1024x1024 pixels (X2). Provides higher resolution for high DPI or mobile scenarios. |
| Aerial_V1_X1 | 20 | Aerial style v1 tiles at 512x512 pixels (X1). Choose this for 96-DPI/100% scale environments; prefer X2 for high DPI or mobile scenarios. |
| Aerial_V1_X2 | 21 | Aerial style v1 tiles at 1024x1024 pixels (X2). Provides higher resolution for mobile devices or Windows high-DPI displays. |
| Aerial_V2_X1 | 22 | Aerial style v2 tiles at 512x512 pixels (X1). Choose this for 96-DPI/100% scale environments; prefer X2 for high DPI or mobile scenarios. |
| Aerial_V2_X2 | 23 | Aerial style v2 tiles at 1024x1024 pixels (X2). Provides higher resolution for mobile devices or Windows high-DPI displays. |
| Aerial2_V2_X1 | 24 | Aerial style v2 tiles that use the latest NAIP imagery at 512x512 pixels (X1). Use for 96-DPI/100% scale environments. |
| Aerial2_V2_X2 | 25 | Aerial style v2 tiles that use the latest NAIP imagery at 1024x1024 pixels (X2). Provides higher resolution for high DPI or mobile scenarios. |
| TransparentBackground_V1_X1 | 26 | Transparent background style v1 tiles at 512x512 pixels (X1). Choose this for 96-DPI/100% scale environments; prefer X2 for high DPI or mobile scenarios. |
| TransparentBackground_V1_X2 | 27 | Transparent background style v1 tiles at 1024x1024 pixels (X2). Provides higher resolution for mobile devices or Windows high-DPI displays. |
| TransparentBackground_V2_X1 | 28 | Transparent background style v2 tiles at 512x512 pixels (X1). Choose this for 96-DPI/100% scale environments; prefer X2 for high DPI or mobile scenarios. |
| TransparentBackground_V2_X2 | 29 | Transparent background style v2 tiles at 1024x1024 pixels (X2). Provides higher resolution for mobile devices or Windows high-DPI displays. |