Android.Media.MediaMetadataRetriever.MetadataKeyLocation Field
This key retrieves the location information, if available.

Value: 23

Syntax

[Android.Runtime.Register("METADATA_KEY_LOCATION")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MetadataKey enum directly instead of this field.")]
public const MetadataKey MetadataKeyLocation

Remarks

This key retrieves the location information, if available. The location should be specified according to ISO-6709 standard, under a mp4/3gp box "@xyz". Location with longitude of -90 degrees and latitude of 180 degrees will be retrieved as "-90.0000+180.0000", for instance.

[Android Documentation]

Requirements

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