@override Future<String> toFutureString() async { return 'Geocode{latLng: ${await (await latLng).toFutureString()}}'; }