Interface KeplerMapStyleEntryExperimental

A Kepler custom basemap entry (mapStyle.mapStyles[id]).

interface KeplerMapStyleEntry {
    custom: true;
    id: string;
    label: string;
    maxZoom?: number;
    minZoom?: number;
    url: string;
}

Properties

custom
id: string
label: string
maxZoom?: number
minZoom?: number
url: string