Questions tagged [mapquest]

The MapQuest APIs allow developers to add mapping, geocoding, routing, searching, and other functions to the applications quickly and easily.

313 questions
0
votes
1 answer

some options dont work in mapquest api

I am working with the mapquest open geocoding api and some of the options don't work when POST ing requests to the api. For example, this HTTP GET request adheres to the ignoreLatLngInput, thumbMaps and maxResults…
kirley
  • 330
  • 2
  • 10
0
votes
1 answer

Error Updating JScript Intellisense - caused by MapQuest Javascript API

I'm trying to get jQuery Intellisense working for my ASP.NET web-site (note, not web app) project. Below is where the scripts are referenced. There's no Javascript anywhere else on the page. - it's a test page, so it just has a few…
Stewart
  • 153
  • 3
  • 12
0
votes
2 answers

Using jquery ajax to call MapQuest Geocode api

I'm trying to use jquery ajax() to call the mapquest api and I keep getting the following error: Statuscode:400 "Illegal argument from request: Error parsing JSON from Request: A JSONObject text must begin with '{' at character 0 of , see…
mafuman42
  • 1
  • 2
0
votes
1 answer

MapQuest - OSM Continent styling

I am trying to customize style of MapQuest but I don't know how , I read articles and developers documentation for both MapQuest I also tried to make a custom tiles but the problem I don't have a web server to serve the new tiles I just want to…
Seder
  • 2,735
  • 2
  • 22
  • 43
0
votes
1 answer

Adding Description to MapQuest Flash API Mobile

Basic code: protected function map_creationCompleteHandler(event:FlexEvent):void { this.geocoder = new Geocoder(this.map.tileMap); this.geocoder.addEventListener(GeocoderEvent.GEOCODE_ERROR_EVENT,this.onGeocodeError); …
Angelo
  • 1,578
  • 3
  • 20
  • 39
0
votes
1 answer

How would you rate Open Street Maps reliability?

I'm constructing a Geo Location mobile app and I'm now at the crossroads of which API to integrate it with. I guess the two biggies are Google Maps and Open Street Maps. I hear Google will start charging for their API in the fall and I'm not sure my…
John Bowlinger
  • 1,561
  • 4
  • 12
  • 14
0
votes
1 answer

Detect which poi is clicked in mapquest flash

So i am trying to get a workaround solution on the problem of mobile mapquest not supporting infowindows with flex components. i managed to create a custom handler for the pois. however i cant figure out how to detect which poi was clicked. all the…
leokan
  • 662
  • 5
  • 22
0
votes
2 answers

MapQuest POIs from database in flex

So im basicaly trying to generate pois on mapquest from a database. i have all i need the flex application is set and the database working but i kind of got stack on the process. does anyone have any examples or know of any tutorials i can use?even…
leokan
  • 662
  • 5
  • 22
0
votes
1 answer

Changing the speed limits when asking for Route or Route Matrix in MapQuest / OpenStreetMap?

I am looking into MapQuest API for OpenStreetMap and it seems to be a nice little service =) I have been looking a little bit for a way to change/set the speed of the roads before asking for a Route or Route Matrix. At some times you know that there…
Ted
  • 19,727
  • 35
  • 96
  • 154
-1
votes
1 answer

Javascript access repsonse of API

I am somehow stuck. Probably this is an easy question, but I just can't get it working. I am trying to access a response from an API (mapquest), but I can not find a way to dig into the reponse to extract the relevant information. Here is my…
Felix
  • 91
  • 1
  • 1
  • 10
-1
votes
1 answer

Does Google's Geocoding API produce any quality code like Mapquest API generating the quality code for the addresses?

This is the JSON response of mapquest API which has this attribute below: { ... "geocodeQualityCode": "A5XAX" ... } likewise is there any implementation provided by Google API?
-1
votes
2 answers

Minimize or Remove traffic transactions from Mapquest Leafelt JS Maps

Is there a way to remove or at least minimize number of traffic Transaction in MapQuest Leaflet Maps. if (dir == null) { dir = MQ.routing.directions() .on('success', function (data) { routeSummary(data); …
Zar E Ahmer
  • 33,936
  • 20
  • 234
  • 300
-1
votes
1 answer

openlayer with mapquest number limit of transactions?

I'm using Open Layer v3 with MapQuest as a map, I'm asking about the limits of request per day ? In case there are a fixed limit, can you suggest me another solution with no limit. Thanks for reaching back with me, as soon as possible.
-1
votes
1 answer

Mapquest Matrix Request URL

I am not sure how to create the request URL if I want to utilize Mapquest Route Matrix http://open.mapquestapi.com/directions/#common
amay20
  • 127
  • 1
  • 2
  • 8
-1
votes
1 answer

How to use map quest geocoding api in iPhone app?

I have to use the map quest geocoding api to show the user location with annotations. After researching, its observes that map quest developed iOS SDK in 2012. Now a day, all the link pointing to the map quest api for iPhone is broken. And according…
yo2bh
  • 1,356
  • 1
  • 14
  • 26
1 2 3
20
21