Wed, 08/17/2016 - 08:34
#1
Query for directions from London, UK
How can i query for directions using the url https://www.mapquest.com/directions?q= if i am in London, UK?
thanks
Fernando
Thanks a lot Brian for your response
Brian, does the Directions API have a limit of transactions?
Brian, i have one more question: i tried to find this address in the map (https://www.mapquest.com) to embed it but i can't:
7 St Paul's Yard Silver Street
Newport Pagnell
Milton Keynes
MK16 0EG
United Kingdom
I know the address is correct, it's in UK.
Is it possible that this address is not in the map?
thanks in advance
Fernando
Brian, is this format the proper way to go when doing queries with:
https://www.mapquest.com/embed/q=
?
if so, where can we include the state? (say Florida)
thanks again
Fernando
Thanks a lot Brian
Brian, right now this works for us:
<iframe class="mapiframe" style="width:480px;height:260px;" src="https://www.mapquest.com/embed?q=1st%20street%20Jacksonville%20FL%203222..." ></iframe>
The iframe src has the query like this (url-decoded):
?q=1st street Jacksonville FL 32224 US
- Does this format work for the latest embed API or we need to use a different one?
- Can we use the same format for UK addresses?
thanks
Fernando