mediaLocation property

bool mediaLocation
final

Whether you need to access the media location. You must define <uses-permission android:name="android.permission.ACCESS_MEDIA_LOCATION" /> in your AndroidManifest.xml.

If you do not define in AndroidManifest, or mediaLocation is false, this permission will not be applied for.

See it in android.

Implementation

final bool mediaLocation;