mapquest Questions
5
Solved
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...
2
Solved
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. Eac...
2
Solved
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=BE...
8
Solved
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, ...
Lonilonier asked 11/7, 2016 at 20:5
1
Solved
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 hel...
4
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 ...
Mentor asked 3/3, 2015 at 23:40
2
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 # mak...
Hightail asked 22/1, 2014 at 12:48
1
Solved
1
© 2022 - 2024 — McMap. All rights reserved.