points property

String? points
getter/setter pair

The encoded polyline string.

This is a compressed representation of a path consisting of multiple latitude/longitude coordinates. Decode this string to get the actual coordinate points.

Example encoded string:

"_p~iF~ps|U_ulLnnqC_mqNvxq`@"

Implementation

String? points;