Future<Place> getPlaceDetails(String? placeId) async { return await _googleLocationSearchService.getPlaceDetailFromId(placeId); }