interface MapViewPopupOpenOptions {
    content?: string | Record<string, unknown> | HTMLElement;
    features?: readonly Record<string, unknown>[];
    location?: Record<string, unknown> | MapViewCenterLike;
    title?: string;
}

Properties

content?: string | Record<string, unknown> | HTMLElement
features?: readonly Record<string, unknown>[]
location?: Record<string, unknown> | MapViewCenterLike
title?: string