On Nov 5, 11:50 am, phish82 <phis
...@btinternet.com> wrote:
> I have recieved the API key and have implemented maps on my site. But
> for some reason the map is pointing at a place around 10 miles away
> from where it should be. I have the correct marker in the listings
> area, but the key puts me miles away. What's wrong and can it be
> fixed?
I would guess that you are attempting to locate a UK postcode. UK
postcodes miss off the last two letters and give the position of the
sector centroid (which can be some way off the desired location,
especially in rural areas).
It can't be fixed directly: postcode geocoding is broken. If you know
your location, use something like John's http://maps.huge.info/pinpointaddress.htm
to find where it should be.
Andrew