basic models
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class LatLng {
|
||||
final double lat;
|
||||
final double lng;
|
||||
|
||||
LatLng(this.lat, this.lng);
|
||||
LatLng.empty() : lat = 0, lng = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user