FMX.Maps.TMapType

From RAD Studio API Documentation

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

None

Removes the map layer.

Note: The markers still show.

Not supported. Shows the same as TMapType.Normal.

Normal

Displays the map with roads and names.

Displays the map with roads and names.

Satellite

Displays the satellite image of the area.

Displays the satellite image of the area.

Hybrid

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.

Terrain

Displays the map with roads and names and a topographic overlay.

Not supported. Shows the same as TMapType.Normal.

See Also