FMX.Maps.TCustomMapView.DoMarkerDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoMarkerDrag(const Marker: TMapMarker);

C++

void __fastcall DoMarkerDrag(TMapMarker* const Marker);

Properties

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

Description

Dispatcher of the OnMarkerDrag event.

The map view calls DoMarkerDrag when a marker (Marker) changes position while being dragged.

See Also