Angular Google Places Autocomplete

Pure AngularJS directive for Google Places Autocomplete
Alternatives To Angular Google Places Autocomplete
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
React Native Google Places Autocomplete1,86727248a day ago78November 02, 2022135mitJavaScript
Customizable Google Places autocomplete component for iOS and Android React-Native apps
Anycomplete1,535
5 months ago5Lua
The magic of Google Autocomplete while you're typing. Anywhere.
React Places Autocomplete1,3425331179 months ago71July 14, 2020124mitJavaScript
React component for Google Maps Places Autocomplete
Use Places Autocomplete1,152372 months ago97August 12, 202333mitTypeScript
😎 📍 React hook for Google Maps Places Autocomplete.
React Geosuggest1,021244552 days ago64January 28, 202120mitTypeScript
A React autosuggest for the Google Maps Places API.
React Native Google Places5538322 years ago42August 06, 201959Java
iOS/Android Google Places Widgets (Autocomplete Modals) and API Services for React Native Apps
Vue Google Autocomplete4944910a year ago20March 02, 202291mitJavaScript
A Vue.js autosuggest component for the Google Places API.
Googleapi488121120 days ago136September 27, 2022mitC#
C# .NET Core Google Api (Maps, Places, Roads, Search, Translate). Supports all endpoints and requests / responses.
Ngautocomplete4361814 years ago1November 07, 201467JavaScript
Simple AngulasJS directive for adding google places autocomplete to a textbox element
React Google Autocomplete359182128 months ago46May 24, 202224mitJavaScript
React components for google places API.
Alternatives To Angular Google Places Autocomplete
Select To Compare


Alternative Project Comparisons
Readme

WARNING: This library is deprecated Unfortunately I no longer have the need, time or desire to maintain this lib. That said, if anyone wishes to take it on please let me know.

angular-google-places-autocomplete

Angular directive for the Google Places Autocomplete component.

Installation

Install via bower: bower install angular-google-places-autocomplete

Or if you're old skool, copy src/autocomplete.js into your project.

Then add the script to your page (be sure to include the Google Places API as well):

<script src="https://maps.googleapis.com/maps/api/js?libraries=places"></script>
<script src="/bower_components/angular-google-places-autocomplete/src/autocomplete.js"></script>

You'll probably also want the styles:

<link rel="stylesheet" href="/bower_components/angular-google-places-autocomplete/src/autocomplete.css">

Usage

First add the dependency to your app:

angular.module('myApp', ['google.places']);

Then you can use the directive on text inputs like so:

<input type="text" g-places-autocomplete ng-model="myScopeVar" />

The directive also supports the following optional attributes:

Examples

Issues or feature requests

Create a ticket here

Contributing

Issue a pull request including any relevant testing and updated any documentation if required.

Popular Autocomplete Projects
Popular Google Projects
Popular User Interface Components Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Angular
Google
Angularjs
Autocomplete