Description Usage Arguments Details Value
Various geographic searches
1 2 3 4 5 6 7 | GNsearch(...)
GNneighbourhood(lat,lng)
GNfindNearby(...)
GNfindNearbyPlaceName(lat,lng,radius,maxRows,style)
GNfindNearbyStreets(lat,lng)
GNfindNearestAddress(lat,lng)
GNfindNearestIntersection(lat,lng)
|
... |
Various search arguments |
lat |
Decimal latitude. North is positive |
lng |
Decimal longitude. East is positive |
radius |
Search radius in km |
maxRows |
Limit on returned rows |
style |
Verbosity of returned data |
These functions query geonames for general spatial searches.
See http://www.geonames.org/export/ws-overview.html for a full description of valid arguments and return values.
List or data frame objects with the query results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.