FlutterCombainLocation class

Available extensions

Constructors

FlutterCombainLocation({required double latitude, required double longitude, required double altitude, required double accuracy, required double speed, required int fetchedTimeMillis, FlutterCombainIndoorLocation? indoor, double? bearing, required FlutterLocationProvider source})

Properties

accuracy double
getter/setter pair
altitude double
getter/setter pair
bearing double?
getter/setter pair
fetchedTimeMillis int
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
indoor FlutterCombainIndoorLocation?
getter/setter pair
latitude double
getter/setter pair
longitude double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source FlutterLocationProvider
getter/setter pair
speed double
getter/setter pair

Methods

encode() Object
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prettyPrint() String

Available on FlutterCombainLocation, provided by the FlutterCombainLocationToString extension

toPointLLA() FlutterPointLLA

Available on FlutterCombainLocation, provided by the ToPointLLA extension

toString() String
A string representation of this object.
inherited
toStringPretty() String

Available on FlutterCombainLocation, provided by the FlutterCombainLocationExtension extension

Operators

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

Static Methods

decode(Object result) FlutterCombainLocation