FMX.Maps.ICustomMapView.AddMarker

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddMarker(const Descriptor: TMapMarkerDescriptor): TMapMarker;

C++

virtual TMapMarker* __fastcall AddMarker(const TMapMarkerDescriptor &Descriptor) = 0 ;

Properties

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

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