PlaceTextSearchRequestElementOptions constructor
PlaceTextSearchRequestElementOptions({
- JSArray<
EVConnectorType> ? evConnectorTypes, - num? evMinimumChargingRateKw,
- String? includedType,
- bool? isOpenNow,
- JSAny? locationBias,
- LatLngBoundsOrLatLngBoundsLiteral? locationRestriction,
- num? maxResultCount,
- num? minRating,
- JSArray<
PriceLevel> ? priceLevels, - SearchByTextRankPreference? rankPreference,
- String? textQuery,
- 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,
});