Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Library

JMap.Library

Here you'll find all external library JMap expose to its client

Index

Functions

Functions

html2canvas

  • html2canvas(): any
  • JMap.Library.html2canvas

    Returns the html2canvas library.

    example
    
    // get the html2canvas library
    const html2canvas = JMap.Library.html2canvas()

    Returns any

mapboxgl

  • mapboxgl(): any
  • JMap.Library.mapboxgl

    Returns the mapboxgl library.

    example
    
    // get the mapboxgl library
    const mapboxgl = JMap.Library.mapboxgl()

    Returns any