When you have a better solution, don't hesitate to post it here ;-)
Type: Posts; User: 1A Parco-Service GmbH; Keyword(s):
When you have a better solution, don't hesitate to post it here ;-)
Yeah sure:
function callbackFunction(response) {
if(!response)
alert("NO RESULT");
else
alert("GEOCODE OK");
}
Nope, not yet. But my solution with the timeout works very well. ;-)
Hello,
I am a little bit confused about the handling of the geocode service.
Ok let me begin from the beginning:
I read some tutorials, examples and I have used the api.playground. The normal...