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