UNPKG

typeahead-addresspicker

Version:

Example of adding google map API to typeahead jquery plugin to display address autocomplete suggestions.

4 lines (3 loc) 166 B
@mockGoogleMapAutocompleteService= (response) -> window.google.maps.places.AutocompleteService::getPlacePredictions = (options, callback) -> callback(response)