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