BoundingBox
public class BoundingBox: JSON
Inheritance
Initializers
init(northEast:southWest:)
public init(northEast: Coordinates, southWest: Coordinates)
- Parameters:
- northEast: Coordinates
- southWest: Coordinates
Properties
northEast
public let northEast: Coordinates
southWest
public let southWest: Coordinates
Methods
fromDictionary(_:)
public static func fromDictionary(_ dict: NSDictionary) -> BoundingBox
fromArray(_:)
public static func fromArray(_ bounds: Array<Double>) -> BoundingBox
toJSONArray()
public func toJSONArray() -> Any
toJSONObject()
public override func toJSONObject() -> Any
toUrlParameter()
public func toUrlParameter () -> String