I have
var marker = geo.geocode({address: adr}, geoc);
where
function geoc(results, status) {...
I want to set additional parameter to the function geoc but I do not know how to call geoc with three parameters.
How to do it, please help, I’am noob in JS 😀
Try to use anonymously function for that:
And in your
geocfunction: