wigle_bbox_search: Get WiGLE named map of general statistics

Description Usage Arguments Value Examples

Description

Get WiGLE named map of general statistics

Usage

1
2
wigle_bbox_search(lat1, lat2, lon1, lon2, only_mine = FALSE,
  search_after = NULL, api_key = wigle_api_key())

Arguments

lat1, lat2, lon1, lon2

lower/upper lat/lon search area

only_mine

<lgl> def: FALSE; Search only for points first discovered by the current user. Use any string to set, leave unset for general search. Can’t be used with COMMAPI auth, since these are points you have locally.

search_after

if not NULL then the record to search after in paginated responses which is returned in the results list as search_after.

api_key

WiGLE API Key. See wigle_api_key()

Value

list or invisible JSON API response if unsuccessful and a 2xx.

Examples

1
2
3
4
## Not run: 
wigle_bbox_search(43.2468, 43.2806, -70.9282, -70.8025)

## End(Not run)

hrbrmstr/wiglr documentation built on May 18, 2019, 12:26 p.m.