The alk.layer.MapLayer
layer is used to display the ALK Maps tiles in your map container. The parameters of this function will be explained in further detail later in this page.
Map styles are there to provide the visual styling for the map. See the chart below for examples of each style.
Enumeration | Example |
---|---|
alk.val.Style.Transportation |
|
alk.val.Style.DataLight |
|
alk.val.Style.DataDark |
|
alk.val.Style.Basic |
|
alk.val.Style.Satellite |
|
alk.val.Style.Terrain |
|
alk.val.Style.Default
Deprecated This style redirects to
alk.val.Style.Transportation .
|
|
alk.val.Style.Classic
Deprecated This style redirects to
alk.val.Style.Transportation .
|
|
alk.val.Style.Monochrome
Deprecated This style redirects to
alk.val.Style.DataLight .
|
|
alk.val.Style.RoadAtlas
Deprecated This style redirects to
alk.val.Style.Transportation .
|
|
alk.val.Style.Smooth
Deprecated This style redirects to
alk.val.Style.DataLight .
|
|
alk.val.Style.Lightness
Deprecated This style redirects to
alk.val.Style.DataLight .
|
|
alk.val.Style.Night
Deprecated This style redirects to
alk.val.Style.DataDark .
|