Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Maps

Index

Properties

Methods

Properties

Static version

version: string

Methods

Static isSupported

  • isSupported(mapType?: "mapboxgl" | "leaflet"): boolean
  • Parameters

    • Optional mapType: "mapboxgl" | "leaflet"

    Returns boolean

Static newMap

  • newMap(options: IMapOptions, mapType?: "mapboxgl" | "leaflet"): IMap<any>
  • Parameters

    • options: IMapOptions
    • Optional mapType: "mapboxgl" | "leaflet"

    Returns IMap<any>

Static useMap

  • useMap(map: any): IMap<any>
  • Parameters

    • map: any

    Returns IMap<any>