WKInterfaceMap.SetRegion(MKCoordinateRegion) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the area displayed by the map.
[Foundation.Export("setRegion:")]
public virtual void SetRegion (MapKit.MKCoordinateRegion coordinateRegion);
abstract member SetRegion : MapKit.MKCoordinateRegion -> unit
override this.SetRegion : MapKit.MKCoordinateRegion -> unit
Parameters
- coordinateRegion
- MKCoordinateRegion
The area to display.
- Attributes
Remarks
If the visible area of the map changes, new tiles may be needed to render. Loading tiles requires the user's connected iPhone to have an active network connection.