MKCoordinateRegion

Undocumented

  • Whether this coordinate region is valid or not.

    Declaration

    Swift

    public var valid: Bool { get }
  • Creates a new MKCoordinateRegion equivalent to given MinMaxLonLat.

    Declaration

    Swift

    @available(* 1.4.0, *)
    public init(minMaxLatLon mmll: MinMaxLatLon)

    Parameters

    minMaxLatLon

    A MinMaxLatLon.

    Return Value

    Properly initialized instance.

  • Min max lon lat equivalent to this instance.

    Declaration

    Swift

    @available(* 1.4, *)
    public var minMaxLatLon: MinMaxLatLon { get }
  • Map rect equivalent to this coordinate region.

    Declaration

    Swift

    public var mapRect: MKMapRect { get }
  • Returns a (0, 0, 0, 0) coordinate region.

    Declaration

    Swift

    @available(* 1.4.0, *)
    public static let zero: MKCoordinateRegion
  • Whether this coordinate region is centered at 0 with a zero size or not.

    Declaration

    Swift

    public var isZero: Bool { get }