Skip to content

Commit

Permalink
- add subpremise in the address result (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
crabaux authored and olefirenko committed Jul 9, 2018
1 parent 00f9e72 commit 3f1ac32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/VueGoogleAutocomplete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

<script>
const ADDRESS_COMPONENTS = {
subpremise : 'short_name',
street_number: 'short_name',
route: 'long_name',
locality: 'long_name',
Expand Down

2 comments on commit 3f1ac32

@mrdigitalau
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @crabaux , did this update work for you? does this update actually make subpremise show up on results? I've got the latest commit that you altered and when the address is entered, the place object still does not show sub premise?

@crabaux
Copy link
Contributor Author

@crabaux crabaux commented on 3f1ac32 Oct 24, 2019 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.