Table of Contents

TTMSFNCLeaflet.AddCircle Method

Adds a circle to the map.

API unit family: TMSFNCLeaflet Declaring type: TTMSFNCLeaflet Inherited from: TTMSFNCCustomLeaflet

Syntax

function AddCircle(ACenter: TTMSFNCMapsCoordinateRec; ARadius: Double = 10000): TTMSFNCLeafletCircle; reintroduce; virtual;

Parameters

Name Description
ACenter Center coordinate of the circle.
ARadius Circle radius in meters.

Returns

The newly created item.