Firstly the Maps data api has its own group: http://groups.google.com/group/google-maps-data-api
A featureid - identifies a single feature (ie placemark) within a map - its unique primary key if you will. http://code.google.com/apis/maps/documentation/mapsdata/reference.html#feed_Feature You might find it easier to use http://maps.google.com/maps/ms?ms=0&msid=<userid>.<mapid>&output=rss which should work even for unlisted maps, rather than using the maps data api itself. On 2 September 2010 09:39, ikevinjpdev <[email protected]> wrote: > Hi, > > I'm trying to figure out what is a "featureid". > > OK. I'm trying to obtain only the geo-coordinates for placemarks on a > Google unlisted map. That's all I need. > > When I issue this URL: "http://maps.google.com/maps/feeds/features/ > userid/mapid/full" (with my userid and mapid), I get a whole bunch of > stuffs. > > All I need are the geo-coordinates for the placemarks. How do I use > the "featureid" to shorten the search result. > > Could anyone explain what exactly is a "featureid"? > > Thanks! > > Kevin. > > -- > 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. > > -- 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.
