BMFGeofence class abstract

Implementers

Constructors

BMFGeofence({String? geofenceId, String? customId, GeofenceActivateState? geofenceState, BMFLocationCoordType? coordType, GeofenceStyleType? geofenceStyle})
BMFGeofence.fromMap(Map map)

Properties

coordType BMFLocationCoordType?
围栏坐标系类型。
getter/setter pair
customId String?
用户自定义ID,可为nil。
getter/setter pair
geofenceId String?
GeoFence的唯一标识符
getter/setter pair
geofenceState GeofenceActivateState?
坐标点和围栏的关系,比如用户的位置和围栏的关系
getter/setter pair
geofenceStyle GeofenceStyleType?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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