Places

🌐 Turn any <input> into an address autocomplete
Alternatives To Places
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Places5,393348358 months ago100May 26, 20202mitJavaScript
:globe_with_meridians: Turn any <input> into an address autocomplete
Swiftlocation2,997
552 years ago38December 24, 202024otherSwift
🛰 CoreLocation Made Easy - Efficient & Easy Location Tracker, IP Location, Gecoder, Geofence, Autocomplete, Beacon Ranging, Broadcaster and Visits Monitoring
Htautocompletetextfield1,058
395 years ago15March 24, 201512mitObjective-C
Jquery Addresspicker600
7 years agoMarch 17, 201720CSS
JQuery UI widget : address autocomplete field by google maps V3 geocoding service
Jquery.thailand.js579
a year ago4wtfplHTML
ตัวช่วยกรอกที่อยู่ที่ดีที่สุดในไทย ไม่ต้องใช้ Server Side!
Arautocompletetextview264
4 years ago2September 12, 20155mitObjective-C
ARAutocompleteTextView is a subclass of UITextView that automatically displays text suggestions in real-time. This is perfect for automatically suggesting the domain as a user types an email address, #hashtag or @alexruperez.
Typeahead Addresspicker178127 years ago2September 20, 201523mitJavaScript
Address picker built with typeahead autocomplete from twitter
Vue Places106432 years ago13December 21, 202023mitJavaScript
Places component is based on places.js for Vue 2.x. Turn any <input> into an address autocomplete.
Vsgoogleautocomplete90115 years ago1August 21, 201624mitJavaScript
Angularjs autocomplete module using Google Maps JavaScript API v3 and embedded autocomplete validator
React Thailand Address Typeahead73
3 years ago17February 19, 2021n,ullJavaScript
jquery.Thailand.js in React
Alternatives To Places
Select To Compare


Alternative Project Comparisons
Readme

header

Version Build Status License Downloads jsDelivr Hits

Deprecation of service

Places is going away on May 31st 2022. Read our blog post announcement. Places is going away on May 31st 2022. Read our blog post announcement. Places is going away on May 31st 2022. Read our blog post announcement. Places is going away on May 31st 2022. Read our blog post announcement. Places is going away on May 31st 2022. Read our blog post announcement. Places is going away on May 31st 2022. Read our blog post announcement.

Introduction

Algolia Places provides a fast, distributed and easy way to use an address search autocomplete JavaScript library on your website.

See the website for more information.

Read the blog post introducing Algolia Places.

Fill the Google form to report any irrelevant results.

Demo

Watch more examples on the website.

demo

Getting started

To use Algolia Places, all you need is an <input> and some JavaScript code that will load and use the places.js library.

CDN <script>

Our JavaScript library is available on the jsDelivr CDN and also on cdnjs.

<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>

Version is the latest version.

Here's a small example using it:

<input type="search" id="address-input" placeholder="Where are we going?" />

<script>
  var placesAutocomplete = places({
    appId: "<YOUR_PLACES_APP_ID>",
    apiKey: "<YOUR_PLACES_API_KEY>",
    container: document.querySelector('#address-input')
  });
</script>

Using npm

Algolia Places is also available on npm.

Install the module:

npm install places.js --save

Put an <input> in your html page:

<input type="search" id="address-input" placeholder="Where are we going?" />

Initialize the places.js library:

var places = require('places.js');
var placesAutocomplete = places({
  appId: "<YOUR_PLACES_APP_ID>",
  apiKey: "<YOUR_PLACES_API_KEY>",
  container: document.querySelector('#address-input')
});

Full documentation is available on the Algolia Places website.

Contributing

Wanna contribute? Awesome, please read the contributing guide.

Popular Autocomplete Projects
Popular Address Projects
Popular User Interface Components Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Address
Autocomplete
Geolocation
Geocoder
Globe
Algolia