Hi everbody,
I have problems with setting GDataGeo for my new photo entry.
When i try to execute "[newEntry setGeoLocation:geodata]",I have
uncaught exception.
GDataEntryPhoto *newEntry = [GDataEntryPhoto
photoEntry];
[newEntry setTitleWithString:photoName];
[newEntry setPhotoDescriptionWithString:photoPath];
[newEntry setTimestamp:[GDataPhotoTimestamp timestampWithDate:
[NSDate date]]];
GDataGeo* geodata=[GDataGeo geoWithLatitude:41.701 longitude:
21.552 ];
[newEntry setGeoLocation:geodata];
Does anyone know where is the problem?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Picasa Web Albums 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-Picasa-Data-API?hl=en
-~----------~----~----~----~------~----~------~--~---