LocationCircleGeofenceOption class

Inheritance

Constructors

LocationCircleGeofenceOption({required BMFLocCoordinate centerCoordinate, required String radius, required BMFLocationCoordType coordType, required GeofenceActivateAction activateAction, bool? allowsBackgroundLocationUpdates, bool? pausesLocationUpdatesAutomatically, String? customId})
构造方法

Properties

activateAction GeofenceActivateAction
地理围栏监听状态类型
getter/setter pairinherited
allowsBackgroundLocationUpdates bool?
(仅iOS,Android设置无效)
getter/setter pairinherited
centerCoordinate BMFLocCoordinate
围栏中心点(必选)
getter/setter pair
coordType BMFLocationCoordType?
getter/setter pairinherited
customId String?
自定义围栏ID
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
pausesLocationUpdatesAutomatically bool?
指定定位是否会被系统自动暂停。默认为NO。(仅iOS,Android设置无效)
getter/setter pairinherited
radius String
半径,单位:米(必选)
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
toMap() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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