Point.fromJson(Map<String, dynamic> json) { latitude = json['latitude']; longitude = json['longitude']; }