Open main menu

RAD Studio API Documentation β

FMX.Maps.TMarkerAppearance

Delphi

TMarkerAppearance = (Flat, Billboard);

C++

enum class DECLSPEC_DENUM TMarkerAppearance : unsigned char { Flat, Billboard };

Properties

Type Visibility Source Unit Parent
enum public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps FMX.Maps

Contents

Description

The appearance of the map marker.

The available values for TMarkerAppearance are:

  • Flat
  • Billboard

Platform Support and Screenshots

TMarkerAppearance Android iOS
Comment Screenshot Comment Screenshot

Flat

The marker appears as if placed on the ground, flat against the earth. See the screenshots for examples of how a Flat marker appears when the camera of the map view moves.

  • A Flat (right) and a Billboard (left) marker at default map view camera position.

 

  • A Flat (down) and a Billboard (up) marker with the map view rotated.

 

  • A Flat (right) and a Billboard (left) marker with the map view tilted.

 

Not supported. The appearance of the marker is always the same.

 

Billboard

The marker appears as a billboard. See the screenshots for examples of how a Billboard marker appears when the camera of the map view moves.

See Also