Location.Set(Location) 方法

定义

将此位置转换为给定位置的副本。

[Android.Runtime.Register("set", "(Landroid/location/Location;)V", "GetSet_Landroid_location_Location_Handler")]
public virtual void Set (Android.Locations.Location location);
[<Android.Runtime.Register("set", "(Landroid/location/Location;)V", "GetSet_Landroid_location_Location_Handler")>]
abstract member Set : Android.Locations.Location -> unit
override this.Set : Android.Locations.Location -> unit

参数

location
Location
属性

注解

将此位置转换为给定位置的副本。

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

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

适用于