====== 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 [[..:webclient:index|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 [[..:webclient:core_types|]] objects as only argument. * faultHandler : Function that is called with a [[..:webclient:core_types|]] object as only argument. * Panorama.searchPhotoPositionsNearby(x,y,crs,distance,**resultHandler,faultHandler**) * resultHandler : Function that is called with an array of [[..:webclient:core_types|]] objects as only argument. * faultHandler : Function that is called with a [[..:webclient:core_types|]] object as only * Panorama.searchCoverages(labelNames,minX,minY,maxX,maxY,crs,**resultHandler,faultHandler**) * resultHandler : Function that is called with an array of [[..:webclient:core_types|]] objects as only argument. * faultHandler : Function that is called with a [[..:webclient:core_types|]] object as only ===== Examples ===== The Activation Key for all examples is \\ 3CC1926-ZYQQV-00B7186 * [[example_embed|]] * [[example_checklicense]] * [[example_loadpublication|]] * [[example_loadphoto]] * [[example_viewerstate|]] * [[example_measurements|]] * [[example_searchphotos]] * [[example_searchcoverages]] * [[example_snapshot]] * [[example_enable_inventory]] * [[example_loginconfiguration]] * [[example_wkt_symbol]] * [[example_wkt_line]] * [[example_wkt_area]] ===== Notes on Updates ===== * [[migration_104_105|]] * [[migration_105_111|]]