On Jun 20, 9:11 pm, "Jacob Eggers" <[EMAIL PROTECTED]> wrote: > Is it possible to get the latitude and longitude of 'where' of an > event? I looked over the Zend_Gdata_Extension_Where field, but didn't > see anything. > > I can obviously use the Geocoder javascript functions or an http > request, but it would nice if the rss feed included the > latitude/longitude when available, so that I don't have to worry about > it. > > j
Hi Jacob, While the gd:where specification allows for gd:contact elements to be embedded within them (which can include latitude/longitude information), contacts haven't been implemented in the Zend_Gdata library as of version 1.0.0 RC2. If you're interested in seeing this for a future release, please file a feature request at http://framework.zend.com/issues/. :) However, keep in mind that these fields aren't automatically populated. It's up to developers to specify a latitude/longitude when events are created, which means that you might have to use the Geocoder API anyway depending on what information you have available. -- Trevor Johns http://tjohns.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data 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-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
