Interface PopupRenderContext

interface PopupRenderContext {
    binding: HonuaMapPackagePopupBinding;
    features: readonly PopupFeature[];
    lngLat: [number, number];
}

Properties

features: readonly PopupFeature[]
lngLat: [number, number]