API:FMX.Maps.TMapView.OnMarkerDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMarkerDrag: TMarkerEvent read FOnMarkerDrag write FOnMarkerDrag;

C++

__property OnMarkerDrag;

Properties

Type Visibility Source Unit Parent
event published
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps TMapView

Description

Occurs when a marker changes position while being dragged.

FMX.Maps.TMapView.OnMarkerDrag inherits from FMX.Maps.TCustomMapView.OnMarkerDrag. All content below this line refers to FMX.Maps.TCustomMapView.OnMarkerDrag.

Occurs when a marker changes position while being dragged.

The event handler of OnMarkerDrag receives a single parameter, Marker, which is the marker that the user is dragging.

See Also