Say I want to geocode fitzroy drive, leeds, uk
This will return the x=N, y=N
where N is some number
Thats is fine,
but if I enter
55 fitzroy drive, leeds, uk
it returns
x=N+-X, y=N+-X
i.e. different coordinates. Which is correct, but I need a way to only geocode as if there was no street number provided, ie
55 fitzroy drive, leeds, uk to return the same as
fitzroy drive, leeds, uk
Could it be done with the JS api and G Maps?
Regatrds