Collection
public extension Collection where Element == any BigJuJuMapLocationProtocol
-
This is just a way of saying “Bogus, dude.”
Declaration
Swift
static var invalidContainingRegion: MKCoordinateRegion { get } -
This is just another way of saying “Bogus, dude.”
Declaration
Swift
static var invalidContainingMapRect: MKMapRect { get } -
Returns an MKCoordinateRegion that contains all points in the collection (with padding). If the collection is empty, returns
invalidContainingRegion.Declaration
Swift
var containingCoordinateRegion: MKCoordinateRegion { get } -
Returns an MKMapRect that contains all points, choosing the shortest wrap across the dateline. If the collection is empty, returns
invalidContainingMapRect.Declaration
Swift
var containingMapRectDatelineAware: MKMapRect { get } -
Returns the arithmetic mean (center) of the coordinates.
Declaration
Swift
var coordinate: CLLocationCoordinate2D { get }
View on GitHub