Searched refs:curDepth (Results 1 – 1 of 1) sorted by relevance
185 function GoogleAddress(placeMark, curDepth) argument187 if(curDepth == null || isNaN(curDepth))188 curDepth = 1 ;189 else if (++curDepth == 10) // just to be safe do not recurse more than 10 times198 GoogleAddress.call(this, placeMark[attr], curDepth) ;