vue-use-places-autocomplete icon indicating copy to clipboard operation
vue-use-places-autocomplete copied to clipboard

📍 Vue composable for Google Maps Places Autocomplete.

Results 5 vue-use-places-autocomplete issues
Sort by recently updated
recently updated
newest added

hey when im sending options ` const { suggestions } = usePlacesAutocomplete(location, { apiOptions: { version: 'weekly', }, autocompletionRequest: { region: 'US', }, debounce: 500, minLengthAutocomplete: 3 }); ` i...

For better typing out components props and prevent install types for gm

- Replace deprecated `load()` call in favor of [`importLibrary`](https://github.com/googlemaps/js-api-loader/issues/837) - Dynamically import `@googlemaps/js-api-loader` only when no `apiKey` is passed

Hi, this should be checked for typeof coz sometimes value is null and null.length causes errors in console.

Receiving warning when script is loaded: > As of March 1st, 2025, google.maps.places.AutocompleteService is not available to new customers. Please use google.maps.places.AutocompleteSuggestion instead. At this time, google.maps.places.AutocompleteService is not scheduled...