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
14
votes
8 answers

mapquest direct tile access discontinued

As of today 2016-07-11, MapQuest has discontinued direct access to their tiles. They seem to only support Leaflet, iOS and Android SDKs. Any idea how to get Openlayers to work with MapQuest again, or should we be thinking of a different alternative?…
Thien Pham
  • 157
  • 1
  • 1
  • 4
13
votes
2 answers

Make other markers go below custom divIcon popup, instead of on top

BACKGROUND: I have a desktop browser app that uses mapquest with the leaflet js plugin. I am using divIcon class for the markers, which allows me to use custom HTML and styling for the markers. Each divIcon marker also contains a hidden div that…
Mike
  • 317
  • 2
  • 11
8
votes
5 answers

How to display images, received from an API response in flutter?

I am using the http Dart package to send a GET request to the MapQuest Static Maps API to obtain an image. However, the response to this request directly returns an image, and not a Uri, or maybe I am doing something wrong. Can you please help me…
Ayush Shekhar
  • 1,483
  • 4
  • 16
  • 32
8
votes
2 answers

How to avoid Faraday request to encode get parameters?

I have the following code conn = Faraday.new(:url => 'http://www.mapquestapi.com') do |faraday| faraday.response :logger # log requests to STDOUT faraday.adapter Faraday.default_adapter # make requests with Net::HTTP …
6
votes
1 answer

OSMDROID android 4.2: Mapquest: As of july 11,2016 direct tile access has been discontinued

While using osmdroid. I get "As of july 11,2016 direct tile access has been discontinued." I think we have to use APIKEY to use this or a new sdk, but I don't find anywhere how to do it. Please help. I am using OSMDROID 4.2 with…
Biswas Khayargoli
  • 976
  • 1
  • 11
  • 29
5
votes
2 answers

PHP curl bad request 400 - mapquest geocoding

My url is: http://www.mapquestapi.com/geocoding/v1/batch?key=dNBvDLtTx85L3akdg8vBoHQXrWpDJSEI&location=HEBRON,KY,US&location=CINCINNATI,KY,US&location=CINCINNATI,KY,US&location=BEDFORD PARK,IL,US&location=BEDFORD…
stackOverFlew
  • 1,479
  • 2
  • 31
  • 58
5
votes
4 answers

Is it possible to know street direction (compass)?

I'm working on a project where we need to know the direction (compass) of a street. Actually, we only have a GeoPoint (lat;long and heading) we are planning on using reverseGeocoding to tell where is it (which street?); and then we 'd like to know…
sebasira
  • 1,739
  • 1
  • 22
  • 41
5
votes
1 answer

possibility of a real time turn by turn guidance navigation app using MapQuest on Android?

I would like to create a navigation application, with mapquest sdk for android, that gives real time turn by turn directions using GPS after a route is created, like when you start a navigation on google maps on button press. Is it possible to…
goku2512
  • 73
  • 1
  • 4
5
votes
3 answers

OsmDroid and MapQuest: How can I use JPEG tiles?

I am new to OSM and OSMdroid. I was following this pretty good tutorial to show offline maps. So basically what I have done is: Created a tile package in zip format with Mobile Atlas Creator Used MapQuest source, JPEG format Put the zip into the…
raver99
  • 99
  • 1
  • 4
4
votes
1 answer

Get location of the group marker with Leafletjs + markercluster plugin

I am using LeafletJS to draw rental houses on a map (using openstreetmap too) and i'm using Leaflet.markercluster to group these markers on a marker cluster, until the user zooms in the map. On the grouped icons i show the number of the rental…
Balmung
  • 146
  • 1
  • 9
4
votes
1 answer

This key is not authorized for this service

We have been using the same key for over a month now and we just notice a few days ago that it is no longer working. We are having trouble searching for answers on the web, we hope someone here can enlighten us about this problem. Thanks! Here is…
4
votes
0 answers

MQA.Nominatim: how do you pass various information to multiple MQA.Nominatim.constructPOI callbacks?

I use the mapquest MQA.Nominatim module to geocode addresses inside my java script code. I would like to pass additional information to the callback function MQA.Nominatim.constructPOI. This information should vary for each geolocation. I use…
4
votes
1 answer

Leaflet JS: Hiding API key of map tile provider

I know this may come off as a very noob question. I'm using Leaflet JS for mapping purposes in my application. For the mapping tile providers, I setup both MapQuest and Cloudmade. Both of them have a format similar to…
Bornfree
  • 868
  • 7
  • 21
4
votes
1 answer

Routing between points with MapBox

I know that similar questions have been asked here before but none of them really answered my question and I am under pressure to finish my project by a deadline. Basically I am writing an application that will show online and offline maps. I am…
Ian
  • 1,490
  • 6
  • 24
  • 39
4
votes
1 answer

Android maps - Using a layout as the overlay item

I am using maps in Android provided by MapQuest, but implemented in the same way as Google Maps so the same question applies. For the overlay item, I would like to use a layout with an ImageView and TextView as the TextView will be displaying some…
Joss Stuart
  • 1,856
  • 1
  • 17
  • 19
1
2 3
20 21