TTMSFNCGoogleMaps.AddPolyline Method
Adds a polyline to the map.
API unit family: TMSFNCGoogleMaps
Declaring type: TTMSFNCGoogleMaps
Inherited from: TTMSFNCCustomGoogleMaps
Syntax
function AddPolyline(ACoordinates: TTMSFNCMapsCoordinateRecArray; AClose: Boolean = False): TTMSFNCGoogleMapsPolyline; reintroduce; virtual;
Parameters
| Name | Description |
|---|---|
ACoordinates |
Coordinates used by the operation. |
AClose |
When True, the first coordinate is appended to close the shape. |
Returns
The resulting google maps polyline instance.