bjorn2404 / jQuery-Store-Locator-Plugin

A store locator plugin using Google Maps API version 3
MIT License
493 stars 235 forks source link

Conflicts Between Same City Name in Different Countries #222

Closed dhruvangg closed 6 years ago

dhruvangg commented 6 years ago

In My Data, I have "Bath" and "Birmingham" cities & both cities exists in UK and USA. My Coordinates and PIN Code are for UK. But result shows USA cities in MAP. So any Solution for this??

bjorn2404 commented 6 years ago

Please review the options documentation. regionID, callbackGeocodeRestrictions, callbackRegion, you could add the region biasing parameter to the maps call, etc.