esbanarango / ember-place-autocomplete

Ember cli addon to provide a component that uses Google Places API to autocomplete place information when people write their address
MIT License
63 stars 62 forks source link

fix: placeIdOnly deprecation #94

Closed veelci closed 5 years ago

veelci commented 5 years ago

Fixes a deprecation logged to the console when using placeIdOnly

Autocomplete: placeIdOnly is deprecated as of January 15, 2019, and will be turned off on January 15, 2020. Use fields: ['place_id', 'name', 'types'] instead.

dmuneras commented 5 years ago

@veelci thanks a lot for the PR, I will merge and update the documentation.