GoogleMapsPlacesV1SearchTextResponse constructor

GoogleMapsPlacesV1SearchTextResponse({
  1. List<GoogleMapsPlacesV1ContextualContent>? contextualContents,
  2. String? nextPageToken,
  3. List<GoogleMapsPlacesV1Place>? places,
  4. List<GoogleMapsPlacesV1RoutingSummary>? routingSummaries,
  5. String? searchUri,
})

Implementation

GoogleMapsPlacesV1SearchTextResponse({
  this.contextualContents,
  this.nextPageToken,
  this.places,
  this.routingSummaries,
  this.searchUri,
});