So it's a bit difficult but I try explain. I have to deliver a Project
( its name is "Regular Paths ")in two weeks where a client requests a
path from a server and this last one send the best path backwards to
the client. How to build the best path?? The server have  a lot of
segments in his memory(this segments are the regular paths sended by
client regularly) and, following a request from a client, uses this
segments to compose the best path(best could be whatever you want, the
shortest, the path with more green areas ..).So i have thought that
the best path could be composed by the segments that alredy exist into
the server, and where some piece of the path miss the server could
request the Directions from google and use  coordinates of this Google
path to replace the missing pieces. So Larry ,now I'm going to read
your code  and if I have some doubt I'll write you. Thank you very
much for your help..


On Jun 23, 8:43 pm, "[email protected]" <[email protected]>
wrote:
> On Jun 23, 10:11 am, Lorenz <[email protected]> wrote:
>
> > OOk I try to explain it better, I need to obtain the coordinates
> > generated by a query like "Give me the Driving directions from San
> > Francisco to New york" like what happens when I use the option "Get
> > Direction" from google maps. The google server as a matter of fact
> > returns me a path that follows the fast road and that links San
> > Francisco to New Yourk..so I need to obtain those coordinates..(which
> > as a whole give me the path builded by Google)..I'm sorry but I can't
> > post an example..
>
> Why do you need Rss?
>
> I have a utility that will capture the coordinates from the polyline
> and create xml from them.
>
> http://www.geocodezip.com/example_geo2.asp
>
>   -- Larry
>
>
>
> > On Jun 23, 12:17 pm, Barry Hunter <[email protected]> wrote:
>
> > > If you have a map, then you already have the data. You just need to
> > > write out the RSS (which is just XML so is very easy to write)
>
> > > You probably have something already generating the HTML page (or a XML
> > > file??), adapt that to write RSS :)
>
> > > (but without an example, I am guessing as to your intention)
>
> > > On 23/06/2009, Lorenz <[email protected]> wrote:
>
> > > >  Hi,
> > > >  I need to obtain a file containg rss feed regarding  the coordinates
> > > >  displayed in a map, is there someone that know how I can do it? I
> > > >  found a script but it doesn't work with GMap2..(http://brainoff.com/
> > > >  gmaps/gmaps.bklet.html)
> > > >  thanks
>
> > > --
> > > Barry
>
> > > -www.nearby.org.uk-www.geograph.org.uk--Hide quoted text -
>
> > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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