Skip to content

API reference overview

All of components and classes are grouped in the imported library named Panoramax.

components.core

Main web components:

  • Basic : base class for other components, embedding shared logic.
  • CoverageMap : map showing Panoramax data availability.
  • Editor : photo and map display for editing purposes.7
  • PhotoViewer : the classic photo-only viewer.
  • Viewer : the photo and map viewer.

components.layout

Layout helpers:

  • CorneredGrid : corner-oriented layout over a background component.
  • Mini : reduced and collapsable mini component.

components.menus

All-in-one, ready-to-use menus for complex operations. Note that they don't embed a container (like popup or panel) to be reusable in any situation.

components.ui

Basic UI components:

components.ui.widgets

More complex UI components (but not menus):

  • GeoSearch : a geocoder search bar with GPS location tool.
  • Legend : a togglable map/picture legend.
  • MapFiltersButton : a togglable map filters button & menu.
  • MapLayersButton : a togglable map layers button & menu.
  • Player : the previous/next/play/pause toolbar.
  • Share : a togglable share button & menu.
  • Zoom : the +/- zoom toolbar.

utils

General helpers outside of single component scope:

  • API : the Panoramax API helper (many get & post HTTP helpers).
  • InitParameters : helper for merging URL and component parameters.
  • URLHandler : the window URL manager (changes query part).