Typeahead address picker
This is a quick full rewrite of my jquery address picker plugin, using typeahead autocomplete from twitter and new google maps API: PlacesService and AutocompleteService
Without a map
Response
With a map
Response
Explanations
The latest version of typeahead uses a class Bloodhound
as source of autocomplete data. I just create my own class, derivated from Bloodhound
The code is pretty straight forward