Icon TMapType

Unit: WebMaps

TMapType = (mtHybrid,mtRoadmap,mtSatellite,mtTerrain)

Available In: Client and Server Applications

The TMapType enumerated type is used with the TMapOptions class to specify the type of map to show.

ElementDescription
mtHybridThis map type displays a transparent layer of major streets on satellite images.
mtRoadmapThis map type displays a normal street map.
mtSatelliteThis map type displays satellite images.
mtTerrainThis map type displays maps with physical features such as terrain and vegetation.
Image