GeoBox

public extension GeoBox
  • 使用左下角和右上角的值初始化GeoBox

    声明

    Swift

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

    参数

    bottomLeft

    矩形的左下角。

    topRight

    矩形的右上角。