I use Google Maps API v3 and it works fine in all places except for the Israeli West-Bank (territories).
In the following code:
geocoder.geocode({ 'latLng': latLng }, function(results, status) {});
When I request information for any Israeli West-Bank location, I get status: google.maps.GeocoderStatus.ZERO_RESULTS
Any idea why? I see that in other google maps applications it shows information about Israeli West-Bank places. How do they do it? Is there a bypass?
Here is example of location that returns ZERO_RESULTS: 32.105325, 35.172491 (It's in Ariel, Israel)