úΡÿ   Geocoding interface(c) Marco Zocca, 2018GPL-3zocca.marco gmail experimentalPOSIXNone-6 û Geocoding query parameters5Free-text query (must be a valid address or location)#Street address (e.g. "Via Irnerio")City (e.g. "Bologna")Country (e.g. "Italy") CoordinatesLatitude  Longitude hCall the MapQuest Geocoding API with a given address and extract the coordinates from the parsed result.-Example usage : assuming the user has bound keyG to hold the API key string, the following can be run in a GHCi shell :0request key (GQ "Via Irnerio" "Bologna" "Italy")/Just (Coords {lat = 44.49897, long = 11.34503}) request key (GQFree "Hong Kong")1Just (Coords {lat = 22.264412, long = 114.16706}) API key (available for free on  https://developer.mapquest.com) Query address   MapQuest(c) Marco Zocca, 2018GPL-3zocca.marco gmail experimentalPOSIXNone¡        *mapquest-api-0.2.0.0-MThyhTgR3yKlrOof9ZmxFWeb.API.MapQuestWeb.API.MapQuest.GeocodingGeoQueryGQGQFreegqStreetgqCity gqCountryCoordslatlongrequest