Skip to content

ochameau/google-map-api-suggest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Javascript library used to provide location names suggest on html <input>, 
under LGPL Licence.

Simply add "location-suggest" classname to your <input>:
  
  <input id="my-input" type="text" class="location-suggest" />

You may register them dynamically too, with this javascript code:

  locationSuggest.registerInput(document.getElementById('my-input'));