TTMSFNCCustomMaps.AddPolyline Method
Creates and returns polyline.
API unit family: TMSFNCMaps
Declaring type: TTMSFNCCustomMaps
Syntax
function AddPolyline(ACoordinates: TTMSFNCMapsCoordinateRecArray; AClose: Boolean = False): TTMSFNCMapsPolyline; virtual;
Parameters
| Name | Description |
|---|---|
ACoordinates |
Coordinate value used by the operation. |
AClose |
Set to True to close the supplied coordinate path. |
Returns
True when the operation succeeds or the condition is met; otherwise False.