TTMSFNCHere.AddPolygon Method
Adds a polygon overlay to the map.
API unit family: TMSFNCHere
Declaring type: TTMSFNCHere
Inherited from: 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.