DngCreator.SetLocation(Location) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set image ___location metadata.
[Android.Runtime.Register("setLocation", "(Landroid/___location/Location;)Landroid/hardware/camera2/DngCreator;", "")]
public Android.Hardware.Camera2.DngCreator SetLocation(Android.Locations.Location ___location);
[<Android.Runtime.Register("setLocation", "(Landroid/___location/Location;)Landroid/hardware/camera2/DngCreator;", "")>]
member this.SetLocation : Android.Locations.Location -> Android.Hardware.Camera2.DngCreator
Parameters
- ___location
- Location
an android.___location.Location
object to set.
Returns
this #DngCreator
object.
- Attributes
Exceptions
if the given ___location object doesn't contain enough information to set ___location metadata.
Remarks
Set image ___location metadata.
The given ___location object must contain at least a valid time, latitude, and longitude (equivalent to the values returned by android.___location.Location#getTime()
, android.___location.Location#getLatitude()
, and android.___location.Location#getLongitude()
methods).
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.