completeGeometryToPoints

fun DirectionsRoute.completeGeometryToPoints(): List<Point>

Decodes geometry of a DirectionsRoute to a List of Points and caches the result. No decoding is performed if there is already a cached result available.

Return

decoded List of Points