MapLayer Layer
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
Map styles are there to provide the visual styling for the map. See the chart below for examples of each style.
Enumeration | Example |
---|---|
ALKMaps.STYLE.TRANSPORTATION
| |
ALKMaps.STYLE.DATALIGHT
| |
ALKMaps.STYLE.DATADARK
| |
ALKMaps.STYLE.BASIC
| |
ALKMaps.STYLE.SATELLITE
| |
ALKMaps.STYLE.TERRAIN
| |
ALKMaps.STYLE.DEFAULT
Deprecated This style redirects to
ALKMaps.STYLE.TRANSPORTATION .
| |
ALKMaps.STYLE.CLASSIC
Deprecated This style redirects to
ALKMaps.STYLE.TRANSPORTATION .
| |
ALKMaps.STYLE.MONOCHROME
Deprecated This style redirects to
ALKMaps.STYLE.DATALIGHT .
| |
ALKMaps.STYLE.ROADATLAS
Deprecated This style redirects to
ALKMaps.STYLE.TRANSPORTATION .
| |
ALKMaps.STYLE.CONTEMPORARY
Deprecated This style redirects to
ALKMaps.STYLE.DATADARK .
| |
ALKMaps.STYLE.SMOOTH
Deprecated This style redirects to
ALKMaps.STYLE.DATALIGHT .
| |
ALKMaps.STYLE.LIGHTNESS
Deprecated This style redirects to
ALKMaps.STYLE.DATALIGHT .
| |
ALKMaps.STYLE.NIGHT
Deprecated This style redirects to
ALKMaps.STYLE.DATADARK .
|