MKMapRect.Origin Field

Definition

The starting location of the MKMapRect.

public MapKit.MKMapPoint Origin;
val mutable Origin : MapKit.MKMapPoint

Field Value

Remarks

Note that a MKMapRect may have negative Height or Width, so Origin is not necessarily located at [MinX, MinY].

Applies to