1
vote
1answer
51 views
Calculate driving directions using PHP?
For my application I need a server to calculate driving directions.
The Google Maps API was designed for clientside use only, with a Javascript and Flash API. Is there any way I can run their API's …
1
vote
1answer
33 views
Directions and Route in iPhone using Bing Map
Can we load a Bing Map in iPhone and show Route between source and destination points thourgh some waypoints.
0
votes
0answers
20 views
Traffic API for specific roads
I am trying to use Yahoo Traffic API but when I provide a location, I get traffic reports for a specific radius. Is it possible to get traffic on specific roads.
The problem I am trying to solve is …
0
votes
2answers
94 views
Android: DrivingDirections removed since API 1.0 - how to do it in 1.5/1.6?
It seems that DrivingDirections have been removed since Android API 1.0
What's the way now to display a map with two points (one of them might be the current location, but can also be any other …
0
votes
1answer
210 views
Can I display a driving track between two points using the map kit ?
Did I understand correctly:
Opening google maps from my App demands closing that App in order to display google maps App?
e.g doing so:
NSString* urlString = …
0
votes
1answer
336 views
Google Maps API - “road” distance between 2 points
Hey guys,
I have a website where "near locations" are shown for each item, based on the latitude and longitude coordinates stored in a database.
Problem is that this calculated distance is the …
0
votes
1answer
91 views
Google Maps API - Map no longer displays
Hello,
I setup a directions page for a small company that I do work for. It
has a few markers and lets people get directions to the location from
wherever they are. For some reason, the page decided …
2
votes
2answers
290 views
Snap to nearest street
Hi.
You guys have been helping out solving some of my problems with a Google Map lately, and thank you for that.
I am almost done with this - only one problem is left. When I place the first marker …
2
votes
2answers
199 views
API for retrieving driving directions and traffic data?
I'm interested in working on a side-project at work that integrates traffic data and automated route planning with our dispatching application. However, it seems that Google Maps and the Microsoft …
1
vote
2answers
448 views
Providing simple address/driving directions with Google Maps
I have been pouring over the Google Maps API information, and for the life of me I can't seem to find an example, or figure out the exact right way of doing what I want.
From a simple HTML layout I …
