CLLocationManagerDelegate_Extensions.LocationsUpdated 方法

定义

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void LocationsUpdated (this CoreLocation.ICLLocationManagerDelegate This, CoreLocation.CLLocationManager manager, CoreLocation.CLLocation[] locations);
static member LocationsUpdated : CoreLocation.ICLLocationManagerDelegate * CoreLocation.CLLocationManager * CoreLocation.CLLocation[] -> unit

参数

This
ICLLocationManagerDelegate

此扩展方法操作的实例。

manager
CLLocationManager

this为其CLLocationManager指定委托对象的 。

locations
CLLocation[]
属性

适用于