CLLocationManagerDelegate.LocationsUpdated 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.
The device has generated locations
updates.
[Foundation.Export("locationManager:didUpdateLocations:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void LocationsUpdated (CoreLocation.CLLocationManager manager, CoreLocation.CLLocation[] locations);
abstract member LocationsUpdated : CoreLocation.CLLocationManager * CoreLocation.CLLocation[] -> unit
override this.LocationsUpdated : CoreLocation.CLLocationManager * CoreLocation.CLLocation[] -> unit
Parameters
- manager
- CLLocationManager
The CLLocationManager for which this
is the delegate object.
- locations
- CLLocation[]
- Attributes