find_cities_by_geo_point: Find cities by geo point.

Description Usage Arguments Value See Also Examples

View source: R/current-multiple.R

Description

Get current weather data for a number of cities around a given geo point.

Usage

1
find_cities_by_geo_point(lat, lon, cnt = 3, ...)

Arguments

lat

latitude of geo point

lon

longitude of geo point

cnt

number of cities

...

see owm api documentation

Value

list

See Also

find_city

Examples

1
2
3
4
## Not run: 
  find_cities_by_geo_point(lat = 51.50853, lon = -0.12574, cnt = 5)

## End(Not run)

owmr documentation built on Jan. 11, 2020, 5:08 p.m.