EventQuery
public struct EventQuery
Undocumented
-
init(data:
imageType: city: area: district: street: houseNumber: longitude: latitude: externalID: userData: aggregateAttributes: source: tags: trackID: useExifInfo: ) Undocumented
Declaration
Swift
public init(data: 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)