How can I get the geolocation (lat and long) information
I want it to output the geoloaction of the images where available in json format
Thanks
flickr.photos.geo.getLocation(apikey, photo_id, flags)
will return something like:
<photo id="123">
<location latitude="-17.685895" longitude="-63.36914" accuracy="6" />
</photo>
which you can easily parse into a JSon string