LocationOptions.fromLocationAccuracy constructor
- LocationAccuracy locationAccuracy
Constructs LocationOptions from LocationAccuracy.
Returned LocationOptions instance has default options for given LocationAccuracy set.
locationAccuracyLocationAccuracy to define the LocationOptions.
Implementation
factory LocationOptions.fromLocationAccuracy(LocationAccuracy locationAccuracy) => $prototype.fromLocationAccuracy(locationAccuracy);