FMX.Maps.TMapViewBase.AddCircle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddCircle(const Descriptor: TMapCircleDescriptor): TMapCircle; virtual;

C++

virtual TMapCircle* __fastcall AddCircle(const TMapCircleDescriptor &Descriptor);

Properties

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

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