FMX.Maps.TMarkerAppearance

From RAD Studio API Documentation
Jump to: navigation, search

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

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.

Maps Android Marker Default.png

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

Maps Android Marker Rotation.png

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

Maps Android Marker Tilt.png

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

Maps iOs Marker.png

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