Interface HonuaMapLibreMapOptions

Options for an ArcGIS MapView migrated into MapLibre's Map constructor.

interface HonuaMapLibreMapOptions {
    bearing?: number;
    center?: [number, number];
    container?: string | HTMLElement;
    map?: HonuaStyleSpecification;
    pitch?: number;
    style?: HonuaStyleSpecification;
    zoom?: number;
}

Properties

bearing?: number
center?: [number, number]
container?: string | HTMLElement
pitch?: number
zoom?: number