GoogleMapsPlacesV1SearchNearbyRequest constructor
GoogleMapsPlacesV1SearchNearbyRequest({
- List<
String> ? excludedPrimaryTypes, - List<
String> ? excludedTypes, - List<
String> ? includedPrimaryTypes, - List<
String> ? includedTypes, - String? languageCode,
- GoogleMapsPlacesV1SearchNearbyRequestLocationRestriction? locationRestriction,
- int? maxResultCount,
- String? rankPreference,
- String? regionCode,
- GoogleMapsPlacesV1RoutingParameters? routingParameters,
Implementation
GoogleMapsPlacesV1SearchNearbyRequest({
this.excludedPrimaryTypes,
this.excludedTypes,
this.includedPrimaryTypes,
this.includedTypes,
this.languageCode,
this.locationRestriction,
this.maxResultCount,
this.rankPreference,
this.regionCode,
this.routingParameters,
});