Record
get-geocode-params
No description available.
record get-geocode-params {
q: option<string>,
locale: option<string>,
limit: option<s32>,
reverse: option<bool>,
debug: option<bool>,
point: option<string>,
provider: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| q | option<string> | |
| locale | option<string> | |
| limit | option<s32> | |
| reverse | option<bool> | |
| debug | option<bool> | |
| point | option<string> | |
| provider | option<string> |