API:FMX.Maps.TMapView.OnMarkerClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMarkerClick: TMarkerEvent read FOnMarkerClick write FOnMarkerClick;

C++

__property OnMarkerClick;

Properties

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

Description

Occurs when the user clicks a marker.

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

Occurs when the user clicks a marker.

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

See Also