powered by
Obtaining elevation at a set of given locations. Note that using this function you are agreeing to the Google Maps API Terms of Service at https://developers.google.com/maps/terms.
ggele(lat=0,lon=0, output=c('elevation','elevation/resolution','all'),key=NULL)
numeric objects. latitude and longitude of a location in decimal degrees
elevation; elevation and its corresponding resolution or the original JSON output (in a list format)
Google API key
If output="elevation", a numeric vector is returned with the elevation in metres.
If output="elevation/resolution", a data frame is return with the elevation and its corresponding resolution in metres.
If output="all", a list is returned with full JSON query output.
# NOT RUN { # Get the elevation of a location in Hong Kong # } # NOT RUN { ggele(lat=22.39643,lon=114.1095) # }
Run the code above in your browser using DataLab