toJson method

dynamic toJson()

Implementation

toJson() {
  return {
    'latitude': latLng.latitude,
    'longitude': latLng.longitude,
    'title': title,
    'snippet': snippet,
    'width': width,
    'height': height,
  };
}