PhotostreamLocationData
struct PhotostreamLocationData : Content
Returns information on available tags to use when tagging a photo to be uploaded to the photostream. A photo may be tagged with an event or with a generic
ship location. Calling api/v3/photostream/placenames
fills the events
parameter with information about events that are currently happening. When
a photo is uploaded, its tag is validated, and validation will fail if the tagged event has ended.
Returned by: GET /api/v3/photostream
-
Declaration
Swift
var events: [EventData]
-
Declaration
Swift
var locations: [String]