Record
get-by-geo-point-params
No description available.
record get-by-geo-point-params {
stop-types: list<string>,
radius: option<s32>,
use-stop-point-hierarchy: option<bool>,
modes: option<list<string>>,
categories: option<list<string>>,
return-lines: option<bool>,
location-lat: f64,
location-lon: f64,
}Fields
| Name | Type | Description |
|---|---|---|
| stop-types | list<string> | |
| radius | option<s32> | |
| use-stop-point-hierarchy | option<bool> | |
| modes | option<list<string>> | |
| categories | option<list<string>> | |
| return-lines | option<bool> | |
| location-lat | f64 | |
| location-lon | f64 |