FenceInfo class
围栏信息
Constructors
- FenceInfo.fromMap(Map map)
 
Properties
- circleFence ↔ CircleFence
 - 
          圆形围栏:仅当围栏形状(fenceShape)为圆形(circle)时,circleFence才有值 
                  read / write
 - createTime ↔ String
 - 
          创建时间 
                  read / write
 - districtFence ↔ DistrictFence
 - 
          行政区划围栏:仅当围栏形状(fenceShape)为行政区划(district)时,districtFence才有值 
                  read / write
 - fenceShape ↔ FenceShape
 - 
          围栏形状 
                  read / write
 - hashCode → int
 - 
          The hash code for this object. [...]
                  read-only, inherited
 - modifyTime ↔ String
 - 
          修改时间 
                  read / write
 - polygonFence ↔ PolygonFence
 - 
          多边形围栏:仅当围栏形状(fenceShape)为多边形(polygon)时,polygonFence才有值 
                  read / write
 - polylineFence ↔ PolylineFence
 - 
          多段线围栏:仅当围栏形状(fenceShape)为多段线(polyline)时,polylineFence才有值 
                  read / write
 - runtimeType → Type
 - 
          A representation of the runtime type of the object. 
                  read-only, inherited
 
Methods
- 
          noSuchMethod(
Invocation invocation) → dynamic  - 
          Invoked when a non-existent method or property is accessed. [...]
                  inherited
 - 
          toMap(
) → Map  - 
          toString(
) → String  - 
          Returns a string representation of this object. 
                  inherited
 
Operators
- 
          operator ==(
Object other) → bool  - 
          The equality operator. [...]
                  inherited