MapBoxStyle enum

Inheritance

Constructors

MapBoxStyle(String value)
const

Values

Light → const MapBoxStyle
const MapBoxStyle("light-v10")
Dark → const MapBoxStyle
const MapBoxStyle("dark-v10")
Streets → const MapBoxStyle
const MapBoxStyle("streets-v11")
Outdoors → const MapBoxStyle
const MapBoxStyle("outdoors-v11")
Satellite_V9 → const MapBoxStyle
const MapBoxStyle("satellite-v9")
Satellite_Street_V11 → const MapBoxStyle
const MapBoxStyle("satellite-streets-v11")

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

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<MapBoxStyle>
A constant List of the values in this enum, in order of their declaration.