On 24 August 2010 17:31, DaGoo <[email protected]> wrote: > Any idea why I end up in Las Lomitas, Mexico with this php command > when using the RADIUS limit parameter? > > Regards > Leif > > > file('http://maps.google.com/maps/api/geocode/json?address=Plazh, > +2008,+AL, > +Albania&ie=UTF8&ll=41.000,20.000&radius=200miles&sensor=false')
Are you sure that the geocoder accepts all your parameters? http://code.google.com/apis/maps/documentation/geocoding/#GeocodingRequests Have you actually looked at the address it's finding? Albania 2008, Las Lomitas, Ensenada, Baja California, Mexico So: what is shown on the map tiles at the point you want to find? The coverage data http://gmaps-samples.googlecode.com/svn/trunk/mapcoverage_filtered.html indicates that an Albanian location will geocode if the tiles show it. If it's on the tiles it should give some idea of how to request it. Postcodes (I guess that's what 2008AL is) probably aren't there. -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
