FMX.Maps.TCustomMapView.OnMarkerDragEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMarkerDragEnd: TMarkerEvent read FOnMarkerDragEnd write FOnMarkerDragEnd;

C++

__property TMarkerEvent OnMarkerDragEnd = {read=FOnMarkerDragEnd, write=FOnMarkerDragEnd};

Properties

Type Visibility Source Unit Parent
event public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps TCustomMapView

Description

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