add todo for route options schema
This commit is contained in:
parent
ea335a8fe8
commit
182fe4eafe
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ class AltitudeWayTypeChoice(StrEnum):
|
||||||
|
|
||||||
|
|
||||||
class RouteOptionsSchema(Schema):
|
class RouteOptionsSchema(Schema):
|
||||||
|
# todo: default is wrong, this should be optional
|
||||||
mode: RouteMode = RouteMode.FASTEST
|
mode: RouteMode = RouteMode.FASTEST
|
||||||
walk_speed: WalkSpeed = WalkSpeed.DEFAULT
|
walk_speed: WalkSpeed = WalkSpeed.DEFAULT
|
||||||
way_types: dict[
|
way_types: dict[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue