google maps - One zip code for several places/towns -


i use gmap places library's autocomplete feature :

var autoc = new google.maps.places.autocomplete(input, {componentrestrictions: {country: 'fr'}}); 

i type zipcode , gives suggestions, fine. in france, 1 zip code can used several towns. seems gmap proposes 1 place each zip code. known issue?

any idea counter this?

thanks.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -