Compartilhar via


CLLocationManagerDelegate.LocationsUpdated Método

Definição

O dispositivo gerou locations atualizações.

[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

Parâmetros

manager
CLLocationManager

O CLLocationManager para o qual this é o objeto delegado.

locations
CLLocation[]
Atributos

Aplica-se a