IOSConfig class

iOS configuration that will only be used by the iOS implementation

Default Values:

Annotations

Constructors

IOSConfig({ActivityType activityType = ActivityType.AUTOMOTIVE, int? distanceFilterMeters, bool restartAfterKill = false})
const

Properties

activityType ActivityType
The type of activity, default to ActivityType.AUTOMOTIVE
final
distanceFilterMeters int?
The distance in meters that should be moved before updates are sent. Defaults to no filter (null)
final
hashCode int
The hash code for this object.
no setterinherited
restartAfterKill bool
Restart the location tracker when the app is recreated after it has been killed by the user. Defaults to false
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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