CLLocationCoordinate2D

extension CLLocationCoordinate2D: Arbitrary
  • A generator of arbitrary CLLocationCoordinate2Ds latitude and longitude are bounded by underlying assertions

    Declaration

    Swift

    public static var arbitrary: Gen<CLLocationCoordinate2D> { get }