Table of Contents

TTMSFNCCustomOpenLayers.AddCircle Method

Adds a circle to the map.

API unit family: TMSFNCOpenLayers Declaring type: TTMSFNCCustomOpenLayers

Syntax

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

Parameters

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

Returns

The newly created item.