google.maps.geometry.encoding
namespace
Utilities for polyline encoding and decoding.
geometry
| Static Methods | |
|---|---|
decodePath |
decodePath(encodedPath)Parameters:
Return Value:
Array<LatLng>Decodes an encoded path string into a sequence of LatLngs. |
encodePath |
encodePath(path)Return Value:
stringEncodes a sequence of LatLngs into an encoded path string. |