Documentation Web SDKs MapQuest.js API Reference Examples Maps Map with MapQuest Control Map with Custom Tiles Map with Layers Control Map with Leaflet Draw Control Geocoding Basic Geocoding Geocoding with a Single Line Address Geocoding with an Advanced Location Object Geocoding...
(POI) results near a geographic point of reference or within a geographic boundary, such as 'find all coffee shops within the extent of the current map.' Results can be ordered by distance or relevance. This API complements the Search Ahead API by performing the backend search necessary to ...
Refer to the Locations documentation on how to properly form locations in all formats. Yes Body Parameter Options ParameterDescriptionRequired allToAll If this parameter is not present, or false, the response will contain a one-dimensional list of times/distances from the first location to ...
Supporting Documentation Directions API The Directions API provides a simple interface to get routing, narrative, and shapes. Route The core and most basic function of our Directions API. Route provides information on how to get from point A to point B, or points C, D and E. Quite ...
In addition to our own icon set, you can reference your custom icons in png, jpg, and gif format. This is specifically for use in ourStatic Map v5 API, but it is also caches your image for improved responsiveness. In the example below, we will self reference but only because it makes...
The portal for developers to use MapQuest APIs. Find documentation to use our geo-spatial APIs and make maps using our mobile and javascript SDKs.
GEThttps://www.mapquestapi.com/directions/v2/route?key=KEY&callback=render&narrativeType=microformat&from=Denver, CO&to=Boulder, CO Sample Narrative Microformat js <spanclass="nav-cmd">Go<spanclass="compass-dir">west</span>on<spanclass="street-name"><spanclass="regular"><spanclass="fi...
{"info": {"statuscode":0,"copyright": {"text":"© 2023 MapQuest, Inc.","imageUrl":"https://api.mqcdn.com/res/mqlogo.gif","imageAltText":"© 2023 MapQuest, Inc."},"messages": []},"options": {"maxResults":-1,"thumbMaps":true,"ignoreLatLngInput":false},"results": [{...
POST https://www.mapquestapi.com/geocoding/v1/reverse?key=KEY Example Request Body JSON XML JSON { "location": { "latLng": { "lat": 30.333472, "lng": -81.470448 } }, "options": { "thumbMaps": false }, "includeNearestIntersection": true, "includeRoadMetadata": true } ...
keyThe API Key, which is needed to make requests to MapQuest services.Yes locationThe location to geocode. A limit of 100 locations exists for one call. Example: Two Addresses location=Denver,CO&location=Boulder,COYes boundingBoxWhen using batch geocoding or when ambiguous results are returned,...