Panorama.searchPhotoPositions(minX,minY,maxX,maxY,crs,resultHandler,faultHandler)
resultHandler : Function that is called with an array of
<panoramaphoto> objects as only argument.
faultHandler : Function that is called with a
<fault> object as only argument.
Panorama.searchPhotoPositionsNearby(x,y,crs,distance,resultHandler,faultHandler)
resultHandler : Function that is called with an array of
<panoramaphoto> objects as only argument.
faultHandler : Function that is called with a
<fault> object as only
Panorama.searchCoverages(labelNames,minX,minY,maxX,maxY,crs,resultHandler,faultHandler)
resultHandler : Function that is called with an array of
<panoramacoverage> objects as only argument.
faultHandler : Function that is called with a
<fault> object as only