FMX.Maps.TMapMarkerDescriptor.Appearance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Appearance: TMarkerAppearance;

C++

TMarkerAppearance Appearance;

Properties

Type Visibility Source Unit Parent
field public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps TMapMarkerDescriptor

Description

Appearance of the map marker.

The Appearance field of type TMarkerAppearance indicates the appearance of the map marker and can take one of the two values Flat or Billboard.

When the TMapMarkerDescriptor is created, Appearance is set to Flat.

See Also