TNBBox

@objcMembers
open class TNBBox : NSObject, Codable

For bounding box search. Two geo-coordinates (bottom-left, top-right) for bounding box search are required.

  • Bottom left point

    Declaration

    Swift

    public var bottomLeft: TNEntityGeoPoint?
  • Top right point

    Declaration

    Swift

    public var topRight: TNEntityGeoPoint?
  • Validate BBox

    Declaration

    Swift

    public func isValid() -> Bool

    Return Value

    returns true if both geo points are exist