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

removing markers in mapquest android (clearing map)

I'm using mapquest android in my application, I can display markers, but I want to be able to display just two markers each time, so removing existing markers if I have already displayed two. does anyone know how can I do it ? here is my…
San
  • 85
  • 1
  • 1
  • 7
0
votes
1 answer

same coordinates yield different results in Nominatim and MapQuest

According to Nominatim and MapQuest, the following end-points should provide the same data: Nominatim: http://nominatim.openstreetmap.org/reverse MapQuest: http://open.mapquestapi.com/nominatim/v1/reverse In fact The Nominatim Search Service is…
0
votes
1 answer

Parsing particular value in JSON via PHP from Mapquest API

I am having trouble targeting the particular value in the array. I am trying to target the 'lng' and 'lat'. I feel like I'm close, and have tried several different ways to target. Currently trying this: $json = file_get_contents($jsonurl); $output…
user1026996
0
votes
1 answer

Do you have to host your data with MapQuest?

From what I've read so far, it seems like the only way for me to map custom data points from my own dataset is to host that data with MapQuest. Am I correct in that or have I just not read deep enough? And if it's possible, does anyone have a link…
Will
  • 914
  • 3
  • 11
  • 19
0
votes
1 answer

How to merge groups of UIAnnotationView?

I need to merge groups of MKAnnotationView (MQAnnotationView) like it is in Places of Photos app. How to do it? Is there any free solutions?
Timur Bernikovich
  • 5,660
  • 4
  • 45
  • 58
0
votes
2 answers

Google Maps vs Mapquest

I figure I'd drop this question here. I wrote a curl script that gets the longitude and latitude for an address using the google maps API. Works great! The problem I have is that when I check the coordinates that my script generated.... on Google…
ArmyAngel
  • 23
  • 1
  • 6
0
votes
1 answer

Android mapquest geocoder country-setting

Since I own an app key for mapquest (community edition), all geocoding requests end up in US only. Before I entered the app key geocoding european locations was possible. I couldn't find a method to set a default country. Even initializing the…
Kody
  • 1,154
  • 3
  • 14
  • 31
0
votes
1 answer

Actionscript mobile Madcomponents Mapquest

i am trying to add map in action script mobile app i have created xml for the layout, as the tags for the xml layout are predefined so i believe we cannot create custom tags, so i added that map using image tag but now the trouble is the mad…
Sam Kaz
  • 432
  • 3
  • 12
0
votes
1 answer

MapQuest for iOS. MQMapKit - MQMapView - MQRoute custom annotation view (image)

Does there exist a way for customizing MQRoute look? Especially I'm interested in customizing annotations that represent the route start and end points. As a result of calling [MQRoute getRouteWithStartCoordinate:endCoordinate:] the map displays…
Grigori A.
  • 2,628
  • 1
  • 21
  • 19
0
votes
1 answer

How to Add Print Control on MapQuest Map using Javascript

In map quest web site, their map has a print menu item on top of the menu. I want to have the same print button on my custom map quest map. I checked the JavaScript API and there is nothing for print for map options. For example I can add a Large…
neo
  • 1,952
  • 2
  • 19
  • 39
0
votes
1 answer

Ajax Cross-domain half working (xhr)

I use xhr objects get informations from mapquest open APIs (Nominatim and Directions). My problem is that it works for the Nominatim service and it doesn't work for Directions (tested with Firefox last version). I get a readystate of 4 but a status…
0
votes
1 answer

Max/min latitude of map tile map

I'm trying to build a map based on a center point lat/long, the map will always be a fixed size say 1024 by 1024. The user can chance the center point and zoom. If I populate the map with map tiles from map quest for example, is there someway I can…
drunkmonkey
  • 1,111
  • 1
  • 17
  • 27
0
votes
2 answers

How to determine if address cannot be geocoded in JavaScript using MapQuest Map API

I need to geocode bunch of addresses and pin point them on the map using MapQuest. I am using geocodeAndAddLocations method to do that. The only problem I have is I can't figure out if geocoding for a certain address failed or not. Does anyone know…
neo
  • 1,952
  • 2
  • 19
  • 39
0
votes
1 answer

Are there mapquest api methods that set or update a POI lat lng coordinate value?

The mouseover event is processed to determine if an MQA.Poi should be displayed in the callback for the mouseover on the overlay on my map's viewport. I'm hoping to reuse a single MQA.Poi instead of re/instantiating one every time that it should be…
Alan David Garcia
  • 1,523
  • 2
  • 14
  • 23
0
votes
1 answer

mapquest flash API for flex: tilemap import can't be found

I want to use mapquest in a flash builder web application (so not AIR). I've used the mapquest API documentation (here) to add a simple map in a component, but I keep getting the warning that com.mapquest.tilemap.* isn't imported, and that…
silvdb
  • 193
  • 1
  • 4
  • 11