FMX.Maps.TCustomMapView.OnMarkerClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMarkerClick: TMarkerEvent read FOnMarkerClick write FOnMarkerClick;

C++

__property TMarkerEvent OnMarkerClick = {read=FOnMarkerClick, write=FOnMarkerClick};

Properties

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

Description

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