FMX.Maps.ICustomMapView.AddCircle
Delphi
function AddCircle(const Descriptor: TMapCircleDescriptor): TMapCircle;
C++
virtual TMapCircle* __fastcall AddCircle(const TMapCircleDescriptor &Descriptor) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | FMX.Maps.pas FMX.Maps.hpp | FMX.Maps | ICustomMapView | 
Description
Adds a circle to the map based on the information included in the specified circle descriptor and returns the resulting circle object that has been added to the map.