ILocationListener.OnLocationChanged(Location) 方法

定义

更改位置时调用。

[Android.Runtime.Register("onLocationChanged", "(Landroid/location/Location;)V", "GetOnLocationChanged_Landroid_location_Location_Handler:Android.Locations.ILocationListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnLocationChanged (Android.Locations.Location location);
[<Android.Runtime.Register("onLocationChanged", "(Landroid/location/Location;)V", "GetOnLocationChanged_Landroid_location_Location_Handler:Android.Locations.ILocationListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnLocationChanged : Android.Locations.Location -> unit

参数

location
Location

更新的位置

属性

注解

更改位置时调用。 此回调执行时,可能会代表侦听器保留一段时间的唤醒锁。 如果此回调执行长时间运行的操作,则客户端有责任在必要时获取自己的唤醒锁。

适用于 . 的 android.location.LocationListener.onLocationChanged(android.location.Location)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于