MKLaunchOptions.MapCenter Property
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.
The location where the map should be centered
public Nullable<CoreLocation.CLLocationCoordinate2D> MapCenter { get; set; }
member this.MapCenter : Nullable<CoreLocation.CLLocationCoordinate2D> with get, set