jquery - Google Place Autocomplete Returns abbreviation instead full address -
on our application using google place autocomplete, there mismatch when google place autocomplete returns address component using abbreviation instead full terms. example, master data suburb in our application has mount gambier, while google api return mt. gambier.
is there list on google place autocomplete returns suburb? or there rules regarding abbreviation may returned google place autocomplete?
you want places details request google places api.
places details return both short name , long name. long name should give return mount gambier instead of mt. gambier.
Comments
Post a Comment