powered by
CoordinateProvider
Methods
lat() - a latitude value
lat()
lon() - a longitude value
lon()
position(bbox) - a position, of form [longitude,latitude] - bbox: optionally, specify a bounding box for the position to be in, of the form [west,south,east,north] - checks that the bbox has valid values for lat and long
position(bbox)
[longitude,latitude]
[west,south,east,north]
# NOT RUN { z <- CoordinateProvider$new() z$lon() z$lat() z$position() z$position(bbox = c(-120, 30, -110, 60)) # }
Run the code above in your browser using DataLab