Zone class abstract
@ingroup navigine_dart_classes @ingroup navigine_dart_location_elements @brief Class is used for storing location polygonal zones.
Referenced from @see Sublocation "Sublocation".
- Implemented types
- Implementers
Constructors
- Zone()
Properties
- alias → String
-
@brief zone's alias.
no setter
- color → String
-
@brief zone's color.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
@brief zone's identifier.
no setter
- locationId → int
-
@brief zone's location identifier.
no setter
- name → String
-
@brief zone's name.
no setter
- polygon → Polygon
-
@brief zone's list of points composing the polygonal zone @see Polygon "Polygon"
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sublocationId → int
-
@brief zone's sublocationId identifier.
no setter
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