core.Map<core.String, core.dynamic> toJson() => { if (latlng != null) 'latlng': latlng!, if (locationName != null) 'locationName': locationName!, };