WaypointInput
No description
input WaypointInput {
lat: Float!
lon: Float!
snapRadiusMeters: Int
}
Fields
WaypointInput.lat
● Float!
non-null scalar
WaypointInput.lon
● Float!
non-null scalar
WaypointInput.snapRadiusMeters
● Int
scalar
Match waypoints within the specified radius, to the most "significant" road (i.e. a major highway or Autobahn). Useful for map drag and drop interfaces, should be set proportional to the map zoom level.