0
votes
0answers
145 views

Polygon radius route drawing in gmap

I am able to draw polygon well on google map. The issue now is that we need to draw box polygon on road with radius from the center of the road to left and right say 50 meters. What is the best ...
1
vote
2answers
271 views

Finding nearest Stop location (DB) from current location

I could not think of a Title which exactly describes my problem, but I will try to explain. I have a bus route as DB table where Lat/Long of each Bus stop is stored. Now, I get live GPS cordinates ...
1
vote
1answer
3k views

Computing Shortest Distance using Google Map v3 and Openlayers

How to compute shortest route between two points in google map that user selects and provide all routes from source to destination in Transport system?
5
votes
1answer
581 views

What is the best map provider solution for repetitive routing use?

[edit] What is the best solution in terms of cost effectiveness, stability & speed for running a lot of routing requests and comparing them. lots of times over and over? I understand now that it ...
3
votes
1answer
241 views

How to map our data with Google Map data

I want to add all the bus route data and create a route finding app for my country since Google map has no data about bus routes in my country but with JavaScript API i could get the shortest path ...