FMX.Maps.TMapType
Delphi
TMapType = (None = 0, Normal = 1, Satellite = 2, Hybrid = 3, Terrain = 4);
C++
enum class DECLSPEC_DENUM TMapType : unsigned char { None, Normal, Satellite, Hybrid, Terrain };
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| enum | public | FMX.Maps.pas FMX.Maps.hpp | FMX.Maps | FMX.Maps | 
Description
The type of the map.
The available values for TMapType are:
- None
- Normal
- Satellite
- Hybrid
- Terrain
Platform Support and Screenshots
| TMapType | Android | iOS | ||
|---|---|---|---|---|
| Comment | Screenshot | Comment | Screenshot | |
| 
 | Removes the map layer. 
 | Not supported. Shows the same as TMapType. | ||
| 
 | Displays the map with roads and names. | Displays the map with roads and names. | ||
| 
 | Displays the satellite image of the area. | Displays the satellite image of the area. | ||
| 
 | Displays the satellite image of the area and an overlay of roads and names. | Displays the satellite image of the area and an overlay of roads and names. | ||
| 
 | Displays the map with roads and names and a topographic overlay. | Not supported. Shows the same as TMapType. | ||







