TTMSFNCBingMapsPolygon.AddHole Method
Adds an interior hole to the polygon.
API unit family: TMSFNCBingMaps
Declaring type: TTMSFNCBingMapsPolygon
Syntax
function AddHole(ACoordinates: TTMSFNCMapsCoordinateRecArray): TTMSFNCMapsPolyElementHole; override;
Parameters
| Name | Description |
|---|---|
ACoordinates |
Coordinates that describe the closed hole boundary. |
Returns
The created polygon-hole element.