PlaceSearchRequest constructor

PlaceSearchRequest({
  1. LatLngBoundsOrLatLngBoundsLiteral? bounds,
  2. String? keyword,
  3. String? language,
  4. LatLngOrLatLngLiteral? location,
  5. num? maxPriceLevel,
  6. num? minPriceLevel,
  7. String? name,
  8. bool? openNow,
  9. num? radius,
  10. RankBy? rankBy,
  11. String? type,
})

Implementation

external PlaceSearchRequest({
  LatLngBoundsOrLatLngBoundsLiteral? bounds,
  String? keyword,
  String? language,
  LatLngOrLatLngLiteral? location,
  num? maxPriceLevel,
  num? minPriceLevel,
  String? name,
  bool? openNow,
  num? radius,
  RankBy? rankBy,
  String? type,
});