FMX.Maps.TCustomMapView.AddMarker

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also