BMFPolygonGeofence class

Inheritance

Constructors

BMFPolygonGeofence({List<BMFLocCoordinate>? coordinateList, String? coordinateCount, String? geofenceId, String? customId, GeofenceActivateState? geofenceState, BMFLocationCoordType? coordType, GeofenceStyleType? geofenceStyle})
BMFPolygonGeofence.fromMap(Map map)

Properties

coordinateCount String?
getter/setter pair
coordinateList List<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
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