Google.Directions
Documentation
directions :: ByteString -> ByteString -> Maybe TravelMode -> Maybe Waypoints -> Bool -> [Avoidable] -> Maybe Units -> Bool -> IO (Either String Directions)Source
Constructors
| Route | |
Fields
| |
Constructors
| Leg | |
Fields
| |
Constructors
| Step | |
Fields | |
Constructors
| PolyLine | |
Fields
| |
data StatusCode Source
Constructors
| OK | |
| NotFound | |
| ZeroResults | |
| MaxWaypointsExceeded | |
| InvalidRequest | |
| OverQueryLimit | |
| RequestDenied | |
| UnknownError |
Instances