FMX.Maps.TCustomMapView.AddMarker
Delphi
function AddMarker(const Descriptor: TMapMarkerDescriptor): TMapMarker;
C++
TMapMarker* __fastcall AddMarker(const TMapMarkerDescriptor &Descriptor);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | FMX.Maps.pas FMX.Maps.hpp | FMX.Maps | TCustomMapView | 
Description
Adds a marker to the map based on the information included in the specified marker descriptor and returns the resulting marker object that has been added to the map.