Record
get-params
No description available.
record get-params {
lat: f64,
lon: f64,
optype: option<string>,
wc: option<string>,
radius: option<f64>,
name: option<string>,
max-results: option<s32>,
legacy-format: option<bool>,
force-xml: option<bool>,
twenty-four-seven-only: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| lat | f64 | |
| lon | f64 | |
| optype | option<string> | |
| wc | option<string> | |
| radius | option<f64> | |
| name | option<string> | |
| max-results | option<s32> | |
| legacy-format | option<bool> | |
| force-xml | option<bool> | |
| twenty-four-seven-only | option<bool> |