ExifInterface.GetLatLong(Single[]) 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.
Stores the latitude and longitude value in a float array.
[Android.Runtime.Register("getLatLong", "([F)Z", "GetGetLatLong_arrayFHandler")]
public virtual bool GetLatLong (float[]? output);
[<Android.Runtime.Register("getLatLong", "([F)Z", "GetGetLatLong_arrayFHandler")>]
abstract member GetLatLong : single[] -> bool
override this.GetLatLong : single[] -> bool
Parameters
- output
- Single[]
Returns
- Attributes
Remarks
Stores the latitude and longitude value in a float array. The first element is the latitude, and the second element is the longitude. Returns false if the Exif tags are not available.
Java documentation for android.media.ExifInterface.getLatLong(float[])
.
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.