FMX.Maps.TMapMarkerDescriptor.Origin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Origin: TPointF;

C++

System::Types::TPointF Origin;

Properties

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

Description

Origin point of the map marker in (0..1, 0..1).

The Origin field of type TPointF represents the origin point of the marker graphic.

On TMapMarkerDescriptor.Create the origin is set to (0.5, 1).

See Also