BMFCircleGeofence class
- Inheritance
-
- Object
- BMFGeofence
- BMFCircleGeofence
Constructors
- BMFCircleGeofence({BMFLocCoordinate? centerCoordinate, String? radius, String? geofenceId, String? customId, GeofenceActivateState? geofenceState, BMFLocationCoordType? coordType, GeofenceStyleType? geofenceStyle})
- BMFCircleGeofence.fromMap(Map map)
Properties
- centerCoordinate ↔ BMFLocCoordinate?
-
围栏中心点
getter/setter pair
- coordType ↔ BMFLocationCoordType?
-
围栏坐标系类型。
getter/setter pairinherited
- customId ↔ String?
-
用户自定义ID,可为nil。
getter/setter pairinherited
- geofenceId ↔ String?
-
GeoFence的唯一标识符
getter/setter pairinherited
- geofenceState ↔ GeofenceActivateState?
-
坐标点和围栏的关系,比如用户的位置和围栏的关系
getter/setter pairinherited
- geofenceStyle ↔ GeofenceStyleType?
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited