powered by
Decodes an encoded polyline into the series of lat/lon coordinates that specify the path
decode_pl(encoded)
data.frame of lat/lon coordinates
String. An encoded polyline
encode_pl, google_directions
## polyline joining the capital cities of Australian states pl <- "nnseFmpzsZgalNytrXetrG}krKsaif@kivIccvzAvvqfClp~uBlymzA~ocQ}_}iCthxo@srst@" df_polyline <- decode_pl(pl) df_polyline
Run the code above in your browser using DataLab