General information about location.
More...
|
| | LocationInfo (this.id, this.version, this.name) |
| | Default constructor.
|
| |
|
| 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.LocationInfo |
( |
this. | id, |
|
|
this. | version, |
|
|
this. | name ) |
◆ id
Unique location identifier.
Dart code snippet:
int id = locationInfo.
id;
print("Location ID: $id");
Definition at line 31 of file location_info.dart.
◆ name
location name.
Dart code snippet:
String name = locationInfo.
name;
print("Location name: $name");
Definition at line 51 of file location_info.dart.
◆ version
Current location version.
Dart code snippet:
int version = locationInfo.
version;
print("Location version: $version");
Definition at line 41 of file location_info.dart.
The documentation for this class was generated from the following file: