Table of Contents

TTMSFNCGoogleMaps.AddCircle Method

Adds a circle overlay to the map.

API unit family: TMSFNCGoogleMaps Declaring type: TTMSFNCGoogleMaps Inherited from: TTMSFNCCustomGoogleMaps

Syntax

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

Parameters

Name Description
ACenter Center coordinate.
ARadius Radius in meters.

Returns

The resulting google maps circle instance.