Converts the LatLng to a JSON map in the format {'coordinates': [longitude, latitude]}.
{'coordinates': [longitude, latitude]}
Map<String, dynamic> toJson() => { 'coordinates': [longitude, latitude] };