Topic: JS API: address Search With searchByString
hello developers ))) i need help again :
var gcflg = wialon.util.Gis.geocodingParams.flags;
wialon.util.Gis.searchByString("England, London", gcflg,'',function(code,country){
if(code) {console.log(code)}
console.log(country);
});
that my code but it gives me error code 2. invalid input. please fix my code.
thanks