decode_gl: Decode Google polyline compressed string
Description
Decode Google polyline compressed string
Usage
decode_gl(polyline, precision = 6)
Arguments
polyline
A character string or vector of character strings containing
the encoded polyline to be decoded.
precision
An integer indicating the number of decimals in the
initial encoded coordinates. Default is 6 (for OSRM default).
Details
An implementation of the Google Maps Encoded Polyline Algorithm for decoding
strings. Returns a dataframe if polyline is of length 1 and a list of
dataframes otherwise.