NUIGeoLocatorBuilder class

Constructors

NUIGeoLocatorBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() Future<NUIGeoLocator>
checkLocationSetting(bool check) NUIGeoLocatorBuilder
forceAndroidLocationManager(bool force) NUIGeoLocatorBuilder
For Huawei device, set to force. As the Huawei(HMS) device unable to used FusedLocationProviderClient which required Google Mobile Service Enable it to force the device to use Android Location Manager instead of FusedLocationProviderClient
launchSetting(bool launch) NUIGeoLocatorBuilder
Default value false If checkLocationSetting is enable, use this to set whether the app need to launch the device setting, if the location service is disabled
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLocationUpdateCallback(LocationUpdateCallback callback) NUIGeoLocatorBuilder
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited