FMX.Maps.TCustomMapView.AddCircle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddCircle(const Descriptor: TMapCircleDescriptor): TMapCircle;

C++

TMapCircle* __fastcall AddCircle(const TMapCircleDescriptor &Descriptor);

Properties

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

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.

See Also