BasemapStyle enum

The list of basemap styles.

This is used to determine which basemap to use. These basemaps are secured and require either an APIKey or named user to access them.

Inheritance
Available extensions

Values

arcGISImagery → const BasemapStyle

A composite basemap with satellite imagery of the world (raster) as the base layer and labels (vector) as the reference layer.

arcGISImageryStandard → const BasemapStyle

A raster basemap with satellite imagery of the world as the base layer.

arcGISImageryLabels → const BasemapStyle

A vector basemap with labels for the world as the reference layer. Use BasemapStyle.arcGISImagery to display these labels on top of its associated raster imagery.

arcGISLightGray → const BasemapStyle

A vector basemap for the world featuring a light neutral background style with minimal colors as the base layer and labels as the reference layer.

arcGISLightGrayBase → const BasemapStyle

A vector basemap for the world featuring a light neutral background style with minimal colors as the base layer.

arcGISLightGrayLabels → const BasemapStyle

A vector basemap with labels for the world as the reference layer. Use BasemapStyle.arcGISLightGray to display these labels on top of its associated basemap style.

arcGISDarkGray → const BasemapStyle

A vector basemap for the world featuring a dark neutral background style with minimal colors as the base layer and labels as the reference layer.

arcGISDarkGrayBase → const BasemapStyle

A vector basemap for the world featuring a dark neutral background style with minimal colors as the base layer.

arcGISDarkGrayLabels → const BasemapStyle

A vector basemap with labels for the world as the reference layer. Use BasemapStyle.arcGISDarkGray to display these labels on top of its associated basemap style.

arcGISNavigation → const BasemapStyle

A vector basemap for the world featuring a custom navigation map style.

arcGISNavigationNight → const BasemapStyle

A vector basemap for the world featuring a 'dark mode' version of the BasemapStyle.arcGISNavigation style, using the same content.

arcGISStreets → const BasemapStyle

A vector basemap for the world featuring a classic Esri street map style.

arcGISStreetsNight → const BasemapStyle

A vector basemap for the world featuring a custom 'night time' street map style.

arcGISStreetsRelief → const BasemapStyle

A composite basemap with elevation hillshade (raster) and a classic Esri street map style (vector) as the base layers.

arcGISTopographic → const BasemapStyle

A composite basemap with elevation hillshade (raster) and classic Esri topographic map style including a relief map (vector) as the base layers.

arcGISOceans → const BasemapStyle

A composite basemap with ocean data of the world (raster) as the base layer and labels (vector) as the reference layer.

arcGISOceansBase → const BasemapStyle

A raster basemap with ocean data of the world as the base layer.

arcGISOceansLabels → const BasemapStyle

A vector basemap with labels for the world as the reference layer. Use BasemapStyle.arcGISOceans to display these labels on top of its associated basemap style.

arcGISTerrain → const BasemapStyle

A composite basemap with elevation hillshade (raster), minimal map content like water and land fill, water lines and roads (vector) as the base layers and minimal map content like populated place names, admin and water labels with boundary lines (vector) as the reference layer.

arcGISTerrainBase → const BasemapStyle

A vector basemap with minimal map content like water and land fill, water lines and roads as the base layer.

arcGISTerrainDetail → const BasemapStyle

A vector basemap with minimal map content that includes populated place names, admin and water labels with boundary lines as the reference layer. Use BasemapStyle.arcGISTerrain to display these labels on top of its associated basemap style.

arcGISCommunity → const BasemapStyle

A vector basemap for the world in a style optimized to display special areas of interest (AOIs) that have been created and edited by Community Maps contributors.

arcGISChartedTerritory → const BasemapStyle

A composite basemap with elevation hillshade (raster) and the world, featuring a geopolitical style reminiscent of a school classroom wall map (vector) as the base layers.

arcGISColoredPencil → const BasemapStyle

A vector basemap presented in the style of hand-drawn, colored pencil cartography.

arcGISNova → const BasemapStyle

A vector basemap for the world featuring a dark background with glowing blue symbology inspired by science-fiction and futuristic themes.

arcGISModernAntique → const BasemapStyle

A composite basemap with elevation hillshade (raster) and the look of 18th and 19th century antique maps in the modern world of multi-scale mapping (vector) as the base layers.

arcGISMidcentury → const BasemapStyle

A vector basemap inspired by the art and advertising of the 1950's that presents a unique design option to the ArcGIS basemaps.

arcGISNewspaper → const BasemapStyle

A vector basemap in black & white design with halftone patterns, red highlights, and stylized fonts to depict a unique "newspaper" styled theme.

arcGISHillshadeLight → const BasemapStyle

A raster basemap with elevation hillshade. Designed to be used as a backdrop for topographic, soil, hydro, landcover, or other outdoor recreational maps.

arcGISHillshadeDark → const BasemapStyle

A raster basemap with world hillshade (Dark) is useful in building maps that provide terrain context while highlighting feature layers and labels.

arcGISStreetsReliefBase → const BasemapStyle

A vector basemap in the classic Esri street map style, using a relief map as the base layer. This is a transparent basemap so it is recommended to use it along with a hillshade (raster) layer. Alternate methods to provide opacity are available, depending on the type of View. In an ArcGISMapViewController, you can adjust the ArcGISMapViewController.backgroundGrid, and in an ArcGISSceneViewController you can adjust the Surface.backgroundGrid. In an ArcGISLocalSceneViewController, the Scene's SceneEnvironment.backgroundColor provides control of the opacity.

arcGISTopographicBase → const BasemapStyle

A vector basemap in the classic Esri topographic map style, using a relief map as the base layer. This is a transparent basemap so it is recommended to use it along with a hillshade (raster) layer. Alternate methods to provide opacity are available, depending on the type of View. In an ArcGISMapViewController, you can adjust the ArcGISMapViewController.backgroundGrid, and in an ArcGISSceneViewController you can adjust the Surface.backgroundGrid. In an ArcGISLocalSceneViewController, the Scene's SceneEnvironment.backgroundColor provides control of the opacity.

arcGISChartedTerritoryBase → const BasemapStyle

A vector basemap in a geopolitical style reminiscent of a school classroom wall map as the base layer. This is a transparent basemap so it is recommended to use it along with a hillshade (raster) layer. Alternate methods to provide opacity are available, depending on the type of View. In an ArcGISMapViewController, you can adjust the ArcGISMapViewController.backgroundGrid, and in an ArcGISSceneViewController you can adjust the Surface.backgroundGrid. In an ArcGISLocalSceneViewController, the Scene's SceneEnvironment.backgroundColor provides control of the opacity.

arcGISModernAntiqueBase → const BasemapStyle

A vector basemap in the style of 18th and 19th century antique maps in the modern world of multi-scale mapping as the base layer. This is a transparent basemap so it is recommended to use it along with a hillshade (raster) layer. Alternate methods to provide opacity are available, depending on the type of View. In an ArcGISMapViewController, you can adjust the ArcGISMapViewController.backgroundGrid, and in an ArcGISSceneViewController you can adjust the Surface.backgroundGrid. In an ArcGISLocalSceneViewController, the Scene's SceneEnvironment.backgroundColor provides control of the opacity.

arcGISHumanGeography → const BasemapStyle

A vector tile basemap for ArcGIS Human Geography, with labels.

A vector tile layer basemap containing monochromatic land polygons. This map is designed for use with Human Geography Label and Detail layers. The default global place labels are in English.

arcGISHumanGeographyBase → const BasemapStyle

A vector tile basemap for ArcGIS Human Geography.

A vector tile layer basemap containing monochromatic land polygons. This map is designed for use with Human Geography Label and Detail layers.

arcGISHumanGeographyDetail → const BasemapStyle

A detailed vector tile basemap for ArcGIS Human Geography.

A vector tile layer providing a detailed basemap for the world, featuring a monochromatic style with content adjusted to support Human Geography information. This map is designed for use with Human Geography Label and Base layers. The default global place labels are in English.

arcGISHumanGeographyLabels → const BasemapStyle

A vector tile basemap for ArcGIS Human Geography labels.

A vector tile layer providing a detailed basemap for the world, featuring a monochromatic style with content consisting of labels to support Human Geography information. This map is designed for use with Human Geography Detail and Base layers. The default global place labels are in English.

arcGISHumanGeographyDark → const BasemapStyle

A vector tile basemap for dark ArcGIS Human Geography, with labels.

A vector tile layer basemap containing dark monochromatic land polygons. This map is designed for use with Human Geography Dark Label and Detail layers. The default global place labels are in English.

arcGISHumanGeographyDarkBase → const BasemapStyle

A vector tile basemap for dark ArcGIS Human Geography.

A vector tile layer basemap containing dark monochromatic land polygons. This map is designed for use with Human Geography Dark Label and Detail layers. The default global place labels are in English.

arcGISHumanGeographyDarkDetail → const BasemapStyle

A detailed vector tile basemap for dark ArcGIS Human Geography, with labels.

A vector tile layer providing a detailed basemap for the world, featuring a dark monochromatic style with content adjusted to support Human Geography information. This map is designed for use with Human Geography Dark Label and Base layers. The default global place labels are in English.

arcGISHumanGeographyDarkLabels → const BasemapStyle

A vector tile basemap for dark ArcGIS Human Geography labels.

A vector tile layer providing a detailed basemap for the world, featuring a dark monochromatic style with content adjusted to support Human Geography information. This map is designed for use with Human Geography Dark Detail and Base layers. The default global place labels are in English.

arcGISOutdoor → const BasemapStyle

A detailed vector tile basemap for the natural world.

A vector tile layer providing a detailed basemap with an emphasis on the natural world. It includes rich cartographic styling with vector contours and vector hillshade. This is a multisource style. The default global place labels are in English.

openBlueprint → const BasemapStyle

A vector basemap version of Open Basemap data using a blueprint style.

openDarkGray → const BasemapStyle

A vector basemap version of Open Basemap data hosted by Esri, and rendered using dark neutral style with minimal colors as the base layer, and labels as the reference layer.

This global basemap is based on the Overture Maps data, which features OpenStreetMap and other open data sources. It provides a global basemap with cartography symbolized with a dark gray, neutral background style with minimal colors, content, and labels that is designed to draw attention to your thematic content.

openDarkGrayBase → const BasemapStyle

A vector basemap version of Open Basemap data hosted by Esri and rendered using dark neutral style with minimal colors as the base layer.

This vector tile layer is based on the Overture Maps data, which features OpenStreetMap and other open data sources. It provides a global base layer featuring a dark gray, neutral style designed to draw attention to your thematic content. This layer is designed to be used with the Open Basemap Dark Gray Canvas Reference layer.

openDarkGrayLabels → const BasemapStyle

A vector basemap version of Open Basemap data hosted by Esri. Contains only labels as the reference layer. Use BasemapStyle.openDarkGray to display these labels on top of its associated basemap style.

openHybrid → const BasemapStyle

An Open Basemap for the world.

This vector tile layer is based on the Overture Maps data, which features OpenStreetMap and other open data sources. It provides a global reference overlay featuring highways, major and minor roads, railways, water features, cities, parks, landmarks, administrative boundaries and map labels, hosted by Esri.

openHybridDetail → const BasemapStyle

An Open Basemap detailed vector basemap for the world.

openLightGray → const BasemapStyle

A vector basemap version of Open Basemap data hosted by Esri and rendered using light neutral style with minimal colors as the base layer and labels as the reference layer.

openLightGrayBase → const BasemapStyle

A vector basemap version of Open Basemap data hosted by Esri and rendered using light neutral style with minimal colors as the base layer.

This vector tile layer is based on the Overture Maps data, which features OpenStreetMap and other open data sources. It provides a global base layer featuring a light gray, neutral style designed to draw attention to your thematic content. This layer is designed to be used with the BasemapStyle.openLightGray layer.

openLightGrayLabels → const BasemapStyle

A vector basemap version of Open Basemap data hosted by Esri. Contains only labels as the reference layer. Use BasemapStyle.openLightGray to display these labels on top of its associated basemap style.

This vector tile layer is based on the Overture Maps data, which features OpenStreetMap and other open data sources. It provides a global reference layer featuring labels. This layer is designed to be used with the BasemapStyle.openLightGrayBase layer.

openNavigation → const BasemapStyle

An Open Basemap vector basemap presented using the Navigation style.

openNavigationDark → const BasemapStyle

An Open Basemap vector basemap presented using the dark Navigation style.

openOsmStyle → const BasemapStyle

An Open Basemap vector basemap presented using the OSM style.

The OpenStreetMap Style map style provides a global basemap with cartography representative of the OpenStreetMap style for Open Basemaps. The style provides unique capabilities for customization and high-resolution display. This comprehensive map includes highways, major and minor roads, railways, water features, cities, parks, landmarks, building footprints, administrative boundaries, and map labels.

openOsmStyleRelief → const BasemapStyle

An Open Basemap vector basemap presented using the OSM style.

The OpenStreetMap Style with Relief map style provides a global basemap with cartography representative of the OpenStreetMap style, designed to be used with shaded relief, for Open Basemaps. The style provides unique capabilities for customization and high-resolution display. This comprehensive map includes highways, major and minor roads, railways, water features, cities, parks, landmarks, building footprints, administrative boundaries, and map labels.

openOsmStyleReliefBase → const BasemapStyle

An Open Basemap vector basemap presented using the OSM style.

openStreets → const BasemapStyle

A vector basemap version of Open Basemap data hosted by Esri and rendered using Esri Street Map style.

This vector tile layer is based on the Overture Maps data, which features OpenStreetMap and other open data sources. It provides a global basemap symbolized in a street map style, emphasizing the road network and urban landscape.

openStreetsNight → const BasemapStyle

A vector basemap version of Open Basemap data hosted by Esri and rendered using Esri Street Map style.

This vector tile layer is based on the Overture Maps data, which features OpenStreetMap and other open data sources. It provides a global basemap symbolized in a street map style, emphasizing the road network and urban landscape, designed for use at night or other low-light environments.

openStreetsRelief → const BasemapStyle

A composite basemap with elevation as an artistic hillshade (raster) and Open Street Map (OSM) data hosted by Esri and rendered similarly to the Esri Street Map (with Relief) cartographic style (vector) as the base layers.

This vector tile layer is based on the Overture Maps data, which features OpenStreetMap and other open data sources. It provides a global basemap symbolized in a street map style, emphasizing the road network and urban landscape and designed to be used with shaded relief, hosted by Esri.

openStreetsReliefBase → const BasemapStyle

A vector basemap version of Open Basemap data hosted by Esri and rendered similarly to the Esri Street Map (with Relief) cartographic style (vector) as the base layers.

Properties

coreValue → RT_BasemapStyle
Convert to internal value.
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<BasemapStyle>
A constant List of the values in this enum, in order of their declaration.