More work with active fires
This commit is contained in:
parent
8e4e469eb8
commit
ce2b65f1e0
5 changed files with 38 additions and 43 deletions
|
|
@ -5,5 +5,7 @@ class BasicLocation {
|
|||
final double lon;
|
||||
final String description;
|
||||
|
||||
static BasicLocation noLocation = new BasicLocation(lat:0.0, lon:0.0);
|
||||
|
||||
BasicLocation({@required this.lat, @required this.lon, this.description});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue