route-planning-0.0.1: A library and utilities for creating a route

Safe HaskellNone

Data.Geo.Route.Track

Documentation

class HasTrack t whereSource

Methods

track :: Lens' t TrackSource

Instances

(.|) :: Apply f => f Waypoint -> f Waypoint -> f TrackSource

(|.|) :: Apply f => f Waypoint -> f Track -> f TrackSource

(|..|) :: Apply f => f Waypoint -> f Track -> f TrackSource