FollowPosition class

Настройки слежения за позицией.

Constructors

FollowPosition({FollowBearing bearing = FollowBearing.off, FollowStyleZoom styleZoom = FollowStyleZoom.off})
const

Properties

bearing FollowBearing
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
styleZoom FollowStyleZoom
final

Methods

copyWith({FollowBearing? bearing, FollowStyleZoom? styleZoom}) FollowPosition
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