Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm going to develop an itinerary planner for tourists and I need a way to get the places like museums, hotels, secret places e.t.c when a user marks a starting and a ending points in the google map. User will only enter starting and the ending points so my task is to generate the places between the starting and the ending points and show them in the map with details about them.Is there a method that I can do it? Can I have a sample code for this task?

What I have tried:

I have tried taking google maps and taking the pin points which is not successful.
Posted
Updated 21-Feb-17 21:06pm

1 solution

Quote:
Can I have a sample code for this task?

No you have to create it if you don't find it on internet. the alternative is to hire someone to do it for you.

As programmer, your job is to create algorithms that solve specific problems and you can't rely on someone else to eternally do it for you, so there is a time where you will have to learn how to. And the sooner, the better.
When you just ask for the solution, it is like trying to learn to drive a car by having someone else training.
Creating an algorithm is basically finding the maths and make necessary adaptation to fit your actual problem.
 
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