Share via


Camera.Parameters.RemoveGpsData Method

Definition

Caution

deprecated

Removes GPS latitude, longitude, altitude, and timestamp from the parameters.

[Android.Runtime.Register("removeGpsData", "()V", "GetRemoveGpsDataHandler")]
[System.Obsolete("deprecated")]
public virtual void RemoveGpsData ();
[<Android.Runtime.Register("removeGpsData", "()V", "GetRemoveGpsDataHandler")>]
[<System.Obsolete("deprecated")>]
abstract member RemoveGpsData : unit -> unit
override this.RemoveGpsData : unit -> unit
Attributes

Remarks

Removes GPS latitude, longitude, altitude, and timestamp from the parameters.

Java documentation for android.hardware.Camera.Parameters.removeGpsData().

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