Learn R Programming

stplanr (version 0.1.0)

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.

Examples

Run this code
decode_gl("_p~iF~ps|U_ulLnnqC_mqNvxq`@", precision = 5)

Run the code above in your browser using DataLab