FMX.Maps.TMapMarkerDescriptor.Icon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Icon: TBitmap;

C++

Fmx::Graphics::TBitmap* Icon;

Properties

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

Description

Graphic of the map marker.

Icon is the graphic of the map marker as a TBitmap.

If no TBitmap is specified as Icon, the default marker graphics are displayed.

See Also