This is documentation of an archived release.
For documentation on the current version, please check Knowledge Base.

Web Client JavaScript SDK

This page gives an overview on all platform specific documentation to use Orbit WebClient API in a Javascript environment.

Reference

The javascript API follows the reference documentation with only some small exceptions.

Asynchronous requests

The following functions have 2 extra (optional) arguments :

  • 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

Examples

Notes on Updates

 
Last modified:: 2019/03/25 11:36