Interface WebMapBookmark

interface WebMapBookmark {
    extent?: WebMapExtent;
    name?: string;
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

Properties

extent?: WebMapExtent
name?: string