encode_pl | R Documentation |
Encodes a series of lat/lon coordinates that specify a path into an encoded polyline
encode_pl(lat, lon)
lat |
vector of latitude coordinates |
lon |
vector of longitude coordinates |
string encoded polyline
An encoded polyline is generated from google's polyline encoding algorithm (https://developers.google.com/maps/documentation/utilities/polylinealgorithm).
decode_pl
encode_pl(lat = c(38.5, 40.7, 43.252), lon = c(-120.2, -120.95, -126.453))
## "_p~iF~ps|U_ulLnnqC_mqNvxq`@"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.