Waypoint
No description
type Waypoint {
lat: Float!
lon: Float!
snapRadiusMeters: Int
}
Fields
Waypoint.lat
● Float!
non-null scalar
Waypoint.lon
● Float!
non-null scalar
Waypoint.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.