IOSConfigLocationManager class

Inheritance

Constructors

IOSConfigLocationManager({bool pauseLocationUpdatesAutomatically = false, ConfigLocationManagerActivityType activityType = ConfigLocationManagerActivityType.other, ConfigLocationManagerAccuracy accuracy = ConfigLocationManagerAccuracy.best, int distanceFilter = 0, Duration? timeLimit, bool showBackgroundLocationIndicator = false})
IOSConfigLocationManager.fromJson(String source)
factory
IOSConfigLocationManager.fromMap(Map<String, dynamic> map)
factory

Properties

accuracy ConfigLocationManagerAccuracy
finalinherited
activityType ConfigLocationManagerActivityType
final
distanceFilter int
finalinherited
hashCode int
The hash code for this object.
no setterinherited
pauseLocationUpdatesAutomatically bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showBackgroundLocationIndicator bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
override
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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