Interface GuessStyleOptions

Options for guessing the style of a map.

interface GuessStyleOptions {
    baseUrl?: string;
    glyphs?: string;
    sprite?: SpriteSpecification;
}

Properties

baseUrl?: string

Base URL to resolve URLs for tile sources, glyphs, and sprites.

glyphs?: string

URL template for glyphs.

URL template for sprites. See also SpriteSpecification.