toJson method
dynamic
toJson()
Implementation
toJson() {
return {
'lat': latLng.lat,
'lng': latLng.lng,
'title': title,
'snippet': snippet,
'width': width,
'height': height,
};
}
toJson() {
return {
'lat': latLng.lat,
'lng': latLng.lng,
'title': title,
'snippet': snippet,
'width': width,
'height': height,
};
}