Loading...
Searching...
No Matches
Zone Class Referenceabstract

Class is used for storing location polygonal zones. More...

Inherits Finalizable.

Public Attributes

Polygon get polygon
 zone's list of points composing the polygonal zone Polygon
 
int get locationId
 zone's location identifier.
 
int get sublocationId
 zone's sublocationId identifier.
 
int get id
 zone's identifier.
 
String get name
 zone's name.
 
String get color
 zone's color.
 
String get alias
 zone's alias.
 

Detailed Description

Class is used for storing location polygonal zones.

Referenced from Sublocation.

Definition at line 20 of file zone.dart.

Member Data Documentation

◆ alias

String get Zone.alias

zone's alias.

Definition at line 50 of file zone.dart.

◆ color

String get Zone.color

zone's color.

Definition at line 46 of file zone.dart.

◆ id

int get Zone.id

zone's identifier.

Definition at line 38 of file zone.dart.

◆ locationId

int get Zone.locationId

zone's location identifier.

Definition at line 30 of file zone.dart.

◆ name

String get Zone.name

zone's name.

Definition at line 42 of file zone.dart.

◆ polygon

Polygon get Zone.polygon

zone's list of points composing the polygonal zone Polygon

Definition at line 26 of file zone.dart.

◆ sublocationId

int get Zone.sublocationId

zone's sublocationId identifier.

Definition at line 34 of file zone.dart.


The documentation for this class was generated from the following file: