polyline property

Polylines? polyline
getter/setter pair

Encoded polyline representing the path geometry for this step.

Contains an encoded string that can be decoded to get a series of lat/lng coordinates defining the step's path. Use a polyline decoder to convert to actual coordinates.

Implementation

Polylines? polyline;