requestedAccuracyLevel property

GeoClueAccuracyLevel requestedAccuracyLevel

The level of accuracy requested by the client.

Please keep in mind that the actual accuracy of location information is dependent on available hardware on your machine, external resources and/or how much accuracy user agrees to be confortable with.

Implementation

GeoClueAccuracyLevel get requestedAccuracyLevel =>
    GeoClueAccuracyLevel.byValue(_getProperty('RequestedAccuracyLevel', 0));