Table of Contents

TTMSFNCCustomHere.AddPolygon Method

Adds a polygon overlay to the map.

API unit family: TMSFNCHere Declaring type: TTMSFNCCustomHere

Syntax

function AddPolygon(ACoordinates: TTMSFNCMapsCoordinateRecArray; AClose: Boolean = False): TTMSFNCHerePolygon; reintroduce; virtual;

Parameters

Name Description
ACoordinates Coordinates that define the polygon boundary.
AClose When True, closes the polygon path if needed.

Returns

The created HERE polygon item.