GoogleMapsMapType¶
Namespace: ThinkGeo.Core
This enumeration specifies the map types available from Google Maps.
public enum GoogleMapsMapType
Inheritance object → ValueType → Enum → GoogleMapsMapType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| RoadMap | 0 | Specifies that the Google map displays a normal street map. |
| Mobile | 1 | Specifies that the Google map displays a mobile map. |
| Satellite | 2 | Specifies that the Google map displays satellite images. |
| Terrain | 3 | Specifies that the Google map displays a transparent layer of major |
| streets on satellite images (hybrid mode). | ||
| Hybrid | 4 | Specifies that the Google map displays maps with physical features |
| such as terrain and vegetation. |