Skip to content

gi-nx


gi-nx / addIframePopup

ts
function addIframePopup(
   url: string, 
   lngLat: LngLatLike, 
   options: PopupOptions, 
   width?: number, 
   height?: number, 
   openOverBottomBarContent?: boolean): void;

LngLatLike and PopupOptions are mapbox gl types

Parameters

ParameterType
urlstring
lngLatLngLatLike
optionsPopupOptions
widthnumber
heightnumber
openOverBottomBarContentboolean

Returns

void