Android.Media.ExifInterface.GetLatLong Method
Stores the latitude and longitude value in a float array.

Syntax

[Android.Runtime.Register("getLatLong", "([F)Z", "GetGetLatLong_arrayFHandler")]
public virtual bool GetLatLong (float[] output)

Parameters

output
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

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.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5