init(origin:size:)
Creates the map rectangle with the specified point and size.
Declaration
init(origin: MKMapPoint, size: MKMapSize)Parameters
- origin:
The origin of the map rectangle as an Mkmappoint.
- size:
The size of the map rectangle as an Mkmapsize.