CHAPTER 6 ?– LEARNING WEB SERVICES APIS THROUGH FLICKR 146
Before users may assign location data to a photo they must define who, by default,
may view that information. Users can edit this preference at <a
href="http://www.flickr.com/account/geo/privacy/">http://www.flickr.com
/account/geo/privacy/</a>. If a user has not set this preference, the API
method will return an error.
Your API application key. <a
href="/services/api/misc.api_keys.html">See here</a> for more
details.
The id of the photo to set location
data for.
The latitude whose valid range is -90 to
90. Anything more than 6 decimal places will be truncated.
The longitude whose valid range is -180
to 180. Anything more than 6 decimal places will be truncated.
Recorded accuracy level of the
location information. World level is 1, Country is ~3, Region ~6, City ~11, Street
~16. Current range is 1-16. Defaults to 16 if not specified.
The photo id was either invalid
or was for a photo not viewable by the calling user.
Pages:
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273