DeviceLocation class

Constructors

DeviceLocation({required LatLng target, double? accuracy = 0.0, double altitude = 0.0, double? heading = 0.0, bool isActive = false, String? object3DAsset, String? textureAsset, Color? colorOutlineIndicator})
const

Properties

accuracy double?
final
altitude double
final
colorOutlineIndicator Color?
final
hashCode int
The hash code for this object.
no setteroverride
heading double?
Responsible for defining, in degrees, where the indicator is pointing. Min 0 and Max 360
final
isActive bool
Set whether the indicator will be displayed as disable or enable
final
object3DAsset String?
Is expected a String with the asset to file .obj. This object is a 3D model.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target LatLng
final
textureAsset String?
Is expected a String with the asset to file that contains the texture of the object 3D model. This file will be responsible for setting the colors, shadow and etc...
final

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.
override