LocationOptions class

Location options that combine notification, sensor, cellular positioning, GNSS positioning and WiFi positioning options.

Constructors

LocationOptions()
Constructs LocationOptions from default options.
factory
LocationOptions.fromLocationAccuracy(LocationAccuracy locationAccuracy)
Constructs LocationOptions from LocationAccuracy.
factory

Properties

cellularPositioningOptions CellularPositioningOptions
Cellular network positioning options.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
notificationOptions NotificationOptions
Positioning notification options.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
satellitePositioningOptions SatellitePositioningOptions
GNSS positioning options.
getter/setter pair
sensorOptions SensorOptions
Positioning sensor options.
getter/setter pair
wifiPositioningOptions WifiPositioningOptions
WiFi network positioning options.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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