EncodedPolyline

data class EncodedPolyline(val points: String)

The polyline of the route (encoded with the poyline algorithm).

Parameters

points

The encoded string value for points of the polyline

Constructors

Link copied to clipboard
constructor(points: String)

Properties

Link copied to clipboard
@SerializedName(value = "points")
val points: String

Functions

Link copied to clipboard

Decode the EncodedPolyline into a list of LatLng

Link copied to clipboard

Decode the EncodedPolyline into a LineString