EventQuery
public struct EventQuery
Event query. Contains best shots data array and image type.
-
Query metadata
See moreDeclaration
Swift
public struct Meta : Codable
-
Passport (or another document) data representation
See moreDeclaration
Swift
public struct PassportData : Codable
-
init(bestShotsData:
imageType: city: area: district: street: houseNumber: longitude: latitude: externalID: userData: aggregateAttributes: source: tags: trackID: useExifInfo: meta: ) Initialize query with event data
Declaration
Swift
public init(bestShotsData: [BestShotData], imageType: ImageType, city: String? = nil, area: String? = nil, district: String? = nil, street: String? = nil, houseNumber: String? = nil, longitude: Double? = nil, latitude: Double? = nil, externalID: String? = nil, userData: String? = nil, aggregateAttributes: Bool? = nil, source: String? = nil, tags: [String]? = nil, trackID: String? = nil, useExifInfo: Bool? = nil, meta: Meta? = nil)