Interface HonuaMapOptions

Options for constructing a HonuaMap.

interface HonuaMapOptions {
    client: HonuaClient;
    style?: HonuaStyleSpecification;
}

Properties

Properties

client: HonuaClient

The Honua client used to instantiate protocol surfaces.

Optional initial style. Sources and layers are loaded from this.