FenceShape enum

围栏形状(圆形、多边形、多段线、行政区划)

Constants

circle → const FenceShape

圆形

const FenceShape(0)
district → const FenceShape

行政区划

const FenceShape(3)
polygon → const FenceShape

多边形

const FenceShape(1)
polyline → const FenceShape

多线段

const FenceShape(2)
values → const List<FenceShape>

A constant List of the values in this enum, in order of their declaration.

const List<FenceShape>

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
index → int

The integer index of this enum.

final
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
toString() → String
Returns a string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator. [...]
inherited