Contents

init(center:span:)

Creates a coordinate region with a span around the specified center coordinate.

Declaration

init(center: CLLocationCoordinate2D, span: MKCoordinateSpan)

Parameters

  • center:

    The center of the coordinate region.

  • span:

    The span around the center of the coordinate region.

See Also

Creating a region