class LatLong { final double latitude; final double longitude; LatLong({this.latitude, this.longitude}); }