Hi guys, im new to google maps api.
I've searched the threads for something like my needs, but i haven't
find anything.

I am planning a web application, where the user should be able to do
somtehing like:

1. Set the departure point
2. Set the arrive point
3. The map show the road
4. Specify a range (for example 5km)
5. The map show all the poi (point of interest) in a range of 5km from
A, B, and all the way of the trip.
6. If the user like one or more of those poi, he shold be able to
'append' it to the road (and i still dont knnow how, the result should
be the shortest path from A to B touching all the poi selected.

So, i can arrive at the step 3, then black out.
My problem is even that the poi should came from differents sources,
like Panoramio, Picasa, and my own (storing in my database? there is a
way to store and then retrieve my personal poi on gmaps (doesnt it
matter if they are then pubblic)?)

I think that the procedural way should be like that:

1. Build an poi array;
2. Retrieve the poi nearest the range from Panoramio;
3. Add them to the poi array;
4. Retrieve the poi nearest the range from Picasa;
5. Add them to the poi array;
6. Retrieve the poi nearest the range from my personal poi database;
7. Add them to the poi array;
8. Show them all;
9. Recalculate the direction trip for every poi added by the user.

So, how can i retrieve the poi in the specified range of the trip (and
not only to a point)?
How can i add them to the trip, finding the shortest way?
Does gmaps allow to create a 'pool' of poi connected to my application?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to