Skip to main content

ContentUpdatedQuery

public class ContentUpdatedQuery: JSON

Inheritance​

JSON

Properties​

query​

public let query: String?

tags​

public let tags: [String]?

bounds​

public let bounds: BoundingBox?

minAltitude​

public let minAltitude: Int?

maxAltitude​

public let maxAltitude: Int?

Methods​

fromDictionary(_:)​

public static func fromDictionary(_ dict: NSDictionary) -> ContentUpdatedQuery

toJSONObject()​

public override func toJSONObject() -> Any