Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMapCreateOptions

Hierarchy

  • IMapCreateOptions

Index

Properties

Optional basemap

basemap?: "neutral" | "material"

Optional center

center?: LngLatLike

In Long, Lat

container

container: string | Element

Optional nutsLevel

nutsLevel?: NutsLevel

default : "nuts4"

Optional nutsStyleStates

nutsStyleStates?: IMapFillStates
example

{
"selected": "rgba(245,201,82, 0.6)",
"click": "rgba(201, 245, 82, 0.6)"
}

Optional nutsVersion

nutsVersion?: string

default: "2017"

token

token: string

Optional withLabelling

withLabelling?: boolean

default : true

Optional zoom

zoom?: 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18

Generated using TypeDoc