Location.Set(Location) Method

Definition

Turns this location into a copy of the given 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

Parameters

location
Location
Attributes

Remarks

Turns this location into a copy of the given location.

Java documentation for android.location.Location.set(android.location.Location).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to