Description


Property for working with individual points that make up a polyline. Allows you to create/modify/delete polyline points.



 Methods and properties

 Description

 function Add (Latitude, Longitude: double): TPathItem

 Adds a new point for the polyline.

 procedure Clear

 Deletes all points in the given polyline.

 property Count: Integer

 Returns the number of points in the given polyline.

 procedure Delete(Index: Integer)

 Deletes the specified point on the given polyline.

 property Items[i]: TPathItem

 Returns the specified point in the given polyline.