Я хотел бы получить Спортивные Комплексы / Поля и даже квартиры, как я могу получить это? В настоящее время я получаю очень мало результатов в режиме автозаполнения.
Имя пакета: react-native-google-places-autocomplete
.
API: GooglePlacesAutocomplete
<GooglePlacesAutocomplete
query={{
// available options: https://developers.google.com/places/web-service/autocomplete
key: ,
language: "en", // language of the results
types: "address" // default: 'geocode'
}}
nearbyPlacesAPI="GooglePlacesSearch" // Which API to use: GoogleReverseGeocoding or GooglePlacesSearch
GoogleReverseGeocodingQuery={
{
// available options for GoogleReverseGeocoding API : https://developers.google.com/maps/documentation/geocoding/intro
}
}
GooglePlacesSearchQuery={{
// available options for GooglePlacesSearch API : https://developers.google.com/places/web-service/search
rankby: "distance"
}}
filterReverseGeocodingByTypes={[
"locality",
"administrative_area_level_3"
]} // filter the reverse geocoding results by types - ['locality', 'administrative_area_level_3'] if you want to display only cities
// predefinedPlaces={[homePlace, workPlace]}
debounce={200} // debounce the requests in ms. Set to 0 to remove debounce. By default 0ms.
/>
filterReverseGeocodingByTypes
- это то, о чем я должен позаботиться, но я не уверен, как получить все Спортивные Комплексы, Поля и Апартаменты.
Если я смогу получить все результаты, как мыв Google Maps тоже было бы хорошо.
пример City, Locality, Schools and everything.