Skip to main content
All docs
V25.1
  • MapboxTileset Enum

    Lists tilesets that the MapboxDataProvider can use.

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v25.1.dll

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    [Flags]
    public enum MapboxTileset

    Members

    Name Description
    Streets

    The Streets tileset.

    Terrain

    The Terrain tileset.

    Traffic

    The Traffic tileset.

    Related API Members

    The following properties accept/return MapboxTileset values:

    See Also