GeoBox

public extension GeoBox
  • Initialize a GeoBox, with values for bottom left corner and top right corner.

    Declaration

    Swift

    convenience init?(bottomLeft: (Double, Double), topRight: (Double, Double))

    Parameters

    bottomLeft

    The bottom left corner of the rectangle.

    topRight

    The top right corner of the rectangle.