FMX.Maps.TMapView.OnMarkerDragEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMarkerDragEnd: TMarkerEvent read FOnMarkerDragEnd write FOnMarkerDragEnd;

C++

__property OnMarkerDragEnd;

Properties

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

Description

Occurs when a marker that has been dragged is dropped.

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

Occurs when a marker that has been dragged is dropped.

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

See Also