Click here to Skip to main content
15,884,353 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am developing an app that displays some important points in a map between two locations specific single route. like as following example.if any one know about these related works please let me know.

example point A-> x point B-> Y

in given X & Y single route show Hotels / filling stations etc.... using check boxes

Is this possible? If yes, can you point some tutorials?
Posted
Comments
ridoy 7-Jun-13 15:18pm    
Yes this is possible,you will find related things in Google..

1 solution

You can use the Google Maps API...

Licensing Terms[^]

Directions API[^]

Then based on the return value from the waypoints and route, you can search within a specified radius for the points of interest that you want to also display, get the lat/lon and put a pin on the map or whatever you want to do.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900