MapboxStyles class
A convenience object to access the style ID strings of the professionally-designed map styles made by Mapbox.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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
- DARK → const String
-
Dark: Subtle dark backdrop for data visualizations. Using this constant means your map style
will always use the latest version and may change as we improve the style.
"mapbox://styles/mapbox/dark-v11" - LIGHT → const String
-
Light: Subtle light backdrop for data visualizations. Using this constant means your map
style will always use the latest version and may change as we improve the style.
"mapbox://styles/mapbox/light-v11" - MAPBOX_STREETS → const String
-
Mapbox Streets: A complete base map, perfect for incorporating your own data. Using this
constant means your map style will always use the latest version and may change as we
improve the style.
"mapbox://styles/mapbox/streets-v12" - OUTDOORS → const String
-
Outdoors: A general-purpose style tailored to outdoor activities. Using this constant means
your map style will always use the latest version and may change as we improve the style.
"mapbox://styles/mapbox/outdoors-v12" - SATELLITE → const String
-
Satellite: A beautiful global satellite and aerial imagery layer. Using this constant means
your map style will always use the latest version and may change as we improve the style.
"mapbox://styles/mapbox/satellite-v9" - SATELLITE_STREETS → const String
-
Satellite Streets: Global satellite and aerial imagery with unobtrusive labels. Using this
constant means your map style will always use the latest version and may change as we
improve the style.
"mapbox://styles/mapbox/satellite-streets-v12" - STANDARD → const String
-
Mapbox Standard is a general-purpose style with 3D visualization.
"mapbox://styles/mapbox/standard" - STANDARD_SATELLITE → const String
-
Mapbox Standard Satellite
"mapbox://styles/mapbox/standard-satellite"