úÎfš     Geocoding interface(c) Marco Zocca, 2018GPL-3zocca.marco gmail experimentalPOSIXNone-36;<=>?FKTUe Geocoding query parametersVFree-text query (must be a valid address or location e.g. "Ngong Ping 360, Hong Kong")#Street address (e.g. "Via Irnerio")City (e.g. "Bologna")Country (e.g. "Italy") CoordinatesLatitude  Longitude HThe user's API credential (i.e. the MapQuest "consumer key", visible at  +https://developer.mapquest.com/user/me/apps ) 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 :3runRequest key (GQ "Via Irnerio" "Bologna" "Italy")/Just (Coords {lat = 44.49897, long = 11.34503})3runRequest key (GQFree "Ngong Ping 360, Hong Kong")1Just (Coords {lat = 22.264412, long = 114.16706}) API key (available for free on  https://developer.mapquest.com)Location to be queried   MapQuest(c) Marco Zocca, 2018GPL-3zocca.marco gmail experimentalPOSIXNone$          )mapquest-api-0.3.1-54kM5aQ6JQq4hxpDXL9gn5Web.API.MapQuestWeb.API.MapQuest.GeocodingGeoQueryGQGQFreegqStreetgqCity gqCountryCoordslatlongCredsapiKey runRequest