HtmlForgeX

API Reference

Enum

MapboxStyle

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Common Mapbox GL JS style presets. Prefer using this enum for discoverability and to reduce typos.

Inheritance

  • Enum
  • MapboxStyle

Values

public const MapboxStyle Streets #

Default street map style (v12).

Value: 0
public const MapboxStyle Outdoors #

Outdoors style with terrain emphasis (v12).

Value: 1
public const MapboxStyle Light #

Light monochrome style (v11).

Value: 2
public const MapboxStyle Dark #

Dark monochrome style (v11).

Value: 3
public const MapboxStyle Satellite #

Satellite imagery (v9).

Value: 4
public const MapboxStyle SatelliteStreets #

Satellite imagery blended with streets and labels (v12).

Value: 5
public const MapboxStyle NavigationDay #

Navigation day style (v1).

Value: 6
public const MapboxStyle NavigationNight #

Navigation night style (v1).

Value: 7