GoogleMapsPlacesV1SearchTextResponse constructor
GoogleMapsPlacesV1SearchTextResponse({
- List<
GoogleMapsPlacesV1ContextualContent> ? contextualContents, - String? nextPageToken,
- List<
GoogleMapsPlacesV1Place> ? places, - List<
GoogleMapsPlacesV1RoutingSummary> ? routingSummaries, - String? searchUri,
Implementation
GoogleMapsPlacesV1SearchTextResponse({
this.contextualContents,
this.nextPageToken,
this.places,
this.routingSummaries,
this.searchUri,
});