GET https://www.mapquestapi.com/staticmap/v5/map?key=KEY¢er=Boston,MA&size=600,400@2x Example Response Image: Basic Map Example Request: Map with Zoom and Type GET https://www.mapquestapi.com/stati
Static Map API Getting Started with Static Map Map Basics In this first example, we are going to generate a MapQuest Static Map image of Boston with retina resolution. https://www.mapquestapi.com/staticmap/v5/map?key=KEY¢er=Boston,MA&size=@2x Centering a Map We...
To get started, first include MapQuest.js and MapQuest.css in your HTML header. html <scriptsrc="https://api.mqcdn.com/sdk/mapquest-js/v1.3.2/mapquest.js"></script><linktype="text/css"rel="stylesheet"href="https://api.mqcdn.com/sdk/mapquest-js/v1.3.2/mapquest.css"/> ...
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.
MethodDocs Link GET/staticmap/v5/map Supporting Documentation Getting Started with Static Map Static Map Examples Migrate to Static Map Static Map API Support
Syntax js L.mapquest.key='KEY';letmap=L.mapquest.map('basic-searchLayer-map', {center: [34.0522,-118.2437],layers:L.mapquest.tileLayer('map'),zoom:15});L.mapquest.search().place({category:'sic:581228F52',sort:'relevance',bbox: map.getBounds(),pageSize:50}, createBasicSearchLa...
This section of the Data Manager API documentation describes how to view, upload, edit, and delete data in data tables after a table has been created. Supported file types for upload File Types:CSVKMLZipped SHP files Getting started ...
Getting Started Developer Blog 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 ...
A control that allows for drop-in Place Search API functionality. Syntax js L.mapquest.key = 'KEY'; let map = L.mapquest.map('map', { center: [40.7128, -74.0059], layers: L.mapquest.tileLayer('map'), zoom: 14, zoomControl: false }); let searchControl = L.mapquest.searchCo...
L.mapquest.directions().routeMatrix(options, callback) A class that acts as an interface to theMapQuest Route Matrix API. The results of the API call will be passed in the error-first callback style. Syntax js L.mapquest.key='KEY';vardirections=L.mapquest.directions();...