> err, what if i want to store those coordinates?

Then you'll have to write something to store them.  Can't be much more
help with no idea of how and where you're planning to store them.
These might give you some ideas -
http://groups.google.com/group/Google-Maps-API/browse_thread/thread/1f9bc88d9b7eb06a
http://forums.oracle.com/forums/thread.jspa?threadID=688947&tstart=-1
http://stackoverflow.com/questions/1029661/mysql-database-design-storing-single-and-multi-lat-longs

As with any service you take data from and store it, you'd better
check the terms to see if it's actually allowed.

> can i create the points
> dynamically (using coordinates from database) ?

I'm not sure what youi mean exactly.
Can you get a GDirections using a set of coordinates from A to B to
C ... yes.
Can you draw a polyine on a map without any reference to GDirections,
using a set of coordinates from a database ... yes.
If you want that to follow streets, you need to store/retrieve/display
a coordinate for each and every change of direction.

cheers, Ross K

--~--~---------~--~----~------------~-------~--~----~
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