LocationBaseGeofenceOption class abstract
- Inheritance
-
- Object
- BMFLocationBaseOption
- LocationBaseGeofenceOption
- Implementers
Constructors
- LocationBaseGeofenceOption({required BMFLocationCoordType coordType, required GeofenceActivateAction activateAction, bool? allowsBackgroundLocationUpdates, bool? pausesLocationUpdatesAutomatically, String? customId})
Properties
- activateAction ↔ GeofenceActivateAction
-
地理围栏监听状态类型
getter/setter pair
- allowsBackgroundLocationUpdates ↔ bool?
-
(仅iOS,Android设置无效)
getter/setter pair
- coordType ↔ BMFLocationCoordType?
-
getter/setter pairinherited
- customId ↔ String?
-
自定义围栏ID
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pausesLocationUpdatesAutomatically ↔ bool?
-
指定定位是否会被系统自动暂停。默认为NO。(仅iOS,Android设置无效)
getter/setter pair
- 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