Record
get-by-geo-params
No description available.
record get-by-geo-params {
radius: option<f64>,
categories: option<list<string>>,
include-children: option<bool>,
type-op: option<list<string>>,
active-only: option<bool>,
number-of-places-to-return: option<s32>,
place-geo-sw-lat: option<f64>,
place-geo-sw-lon: option<f64>,
place-geo-ne-lat: option<f64>,
place-geo-ne-lon: option<f64>,
place-geo-lat: option<f64>,
place-geo-lon: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| radius | option<f64> | |
| categories | option<list<string>> | |
| include-children | option<bool> | |
| type-op | option<list<string>> | |
| active-only | option<bool> | |
| number-of-places-to-return | option<s32> | |
| place-geo-sw-lat | option<f64> | |
| place-geo-sw-lon | option<f64> | |
| place-geo-ne-lat | option<f64> | |
| place-geo-ne-lon | option<f64> | |
| place-geo-lat | option<f64> | |
| place-geo-lon | option<f64> |