UNPKG

typeahead-addresspicker

Version:

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

9 lines (7 loc) 257 B
(function() { this.mockGoogleMapAutocompleteService = function(response) { return window.google.maps.places.AutocompleteService.prototype.getPlacePredictions = function(options, callback) { return callback(response); }; }; }).call(this);