CLLocationManagerDelegate.UpdatedLocation 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.
Developers should not use this deprecated method.
[Foundation.Export("locationManager:didUpdateToLocation:fromLocation:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void UpdatedLocation (CoreLocation.CLLocationManager manager, CoreLocation.CLLocation newLocation, CoreLocation.CLLocation oldLocation);
abstract member UpdatedLocation : CoreLocation.CLLocationManager * CoreLocation.CLLocation * CoreLocation.CLLocation -> unit
override this.UpdatedLocation : CoreLocation.CLLocationManager * CoreLocation.CLLocation * CoreLocation.CLLocation -> unit
Parameters
- manager
- CLLocationManager
The CLLocationManager for which this
is the delegate object.
- newLocation
- CLLocation
- oldLocation
- CLLocation
- Attributes