usesFineLocation property
Indicates whether your app is using the fine location feature.
Note that you have to either define the ACCESS_FINE_LOCATION permission and set this _usesFineLocation
to true or the
usesPermissionFlags="neverForLocation" on the relevant <uses-permission> manifest tag and set this to false
Implementation
final bool usesFineLocation;