get_nearest_installations {aiRly} | R Documentation |
Get Airly nearest installations to given point
Description
Endpoint returns list of installations which are closest to a given point, sorted by distance to that point.
Usage
get_nearest_installations(lat, lng, max_distance = NULL, max_results = NULL)
Arguments
lat |
latitude as decimal degree |
lng |
longitude as decimal degree |
max_distance |
default value 3.0. All the returned installations must be located within this limit from the given point (in km). Negative value means no limit |
max_results |
default value 1. Maximum number of installations to return. Negative value means no limit |
Value
data.frame of airly_location items
Examples
get_nearest_installations(50.11670, 19.91429, max_distance = 20)
[Package aiRly version 0.1.0 Index]