Home
last modified time | relevance | path

Searched refs:curDepth (Results 1 – 1 of 1) sorted by relevance

/plugin/geonav/js/
H A DgetLocation.js185 function GoogleAddress(placeMark, curDepth) argument
187 if(curDepth == null || isNaN(curDepth))
188 curDepth = 1 ;
189 else if (++curDepth == 10) // just to be safe do not recurse more than 10 times
198 GoogleAddress.call(this, placeMark[attr], curDepth) ;