LatLng.fromJson(Map<String, dynamic> json) : latitude = json['coordinates'][1], longitude = json['coordinates'][0];