PlaceTextSearchRequestElementOptions constructor

PlaceTextSearchRequestElementOptions({
  1. JSArray<EVConnectorType>? evConnectorTypes,
  2. num? evMinimumChargingRateKw,
  3. String? includedType,
  4. bool? isOpenNow,
  5. JSAny? locationBias,
  6. LatLngBoundsOrLatLngBoundsLiteral? locationRestriction,
  7. num? maxResultCount,
  8. num? minRating,
  9. JSArray<PriceLevel>? priceLevels,
  10. SearchByTextRankPreference? rankPreference,
  11. String? textQuery,
  12. bool? useStrictTypeFiltering,
})

Implementation

external PlaceTextSearchRequestElementOptions({
  JSArray<EVConnectorType>? evConnectorTypes,
  num? evMinimumChargingRateKw,
  String? includedType,
  bool? isOpenNow,
  JSAny? /*(string|LatLngAltitude|LatLngBounds|Circle|LatLng|LatLngLiteral|LatLngAltitudeLiteral|LatLngBoundsLiteral|CircleLiteral)?*/
      locationBias,
  LatLngBoundsOrLatLngBoundsLiteral? locationRestriction,
  num? maxResultCount,
  num? minRating,
  JSArray<PriceLevel>? priceLevels,
  SearchByTextRankPreference? rankPreference,
  String? textQuery,
  bool? useStrictTypeFiltering,
});