MKMapRect Constructors

Definition

Overloads

MKMapRect(MKMapPoint, MKMapSize)

Creates a new MKMapPoint struct with the specified origin and size.

MKMapRect(Double, Double, Double, Double)

Creates a new MKMapRect originating at [x, y] and of the specified height and width.

MKMapRect(MKMapPoint, MKMapSize)

Creates a new MKMapPoint struct with the specified origin and size.

public MKMapRect (MapKit.MKMapPoint origin, MapKit.MKMapSize size);
new MapKit.MKMapRect : MapKit.MKMapPoint * MapKit.MKMapSize -> MapKit.MKMapRect

Parameters

origin
MKMapPoint
size
MKMapSize

Applies to

MKMapRect(Double, Double, Double, Double)

Creates a new MKMapRect originating at [x, y] and of the specified height and width.

public MKMapRect (double x, double y, double width, double height);
new MapKit.MKMapRect : double * double * double * double -> MapKit.MKMapRect

Parameters

x
Double
y
Double
width
Double
height
Double

Applies to