General information about location. More...
Public Member Functions | |
LocationInfo (this.id, this.version, this.name) | |
Default constructor. | |
Public Attributes | |
int | id |
Unique location identifier. | |
int | version |
Current location version. | |
String | name |
location name. | |
General information about location.
Referenced from: LocationListListener, LocationListListener
Definition at line 19 of file location_info.dart.
LocationInfo.LocationInfo | ( | this. | id, |
this. | version, | ||
this. | name ) |
Default constructor.
int LocationInfo.id |
Unique location identifier.
Definition at line 25 of file location_info.dart.
String LocationInfo.name |
location name.
Definition at line 33 of file location_info.dart.
int LocationInfo.version |
Current location version.
Definition at line 29 of file location_info.dart.