RasterDemSourceProperties class

Implemented types

Constructors

RasterDemSourceProperties({String? url, List<String>? tiles, List<double>? bounds = const [-180, -85.051129, 180, 85.051129], double? minzoom = 0, double? maxzoom = 22, double? tileSize = 512, String? attribution, String? encoding = "mapbox"})
const
RasterDemSourceProperties.fromJson(Map<String, dynamic> json)
factory

Properties

attribution String?
Contains an attribution to be displayed when the map is shown to a user.
final
bounds List<double>?
An array containing the longitude and latitude of the southwest and northeast corners of the source's bounding box in the following order: [sw.lng, sw.lat, ne.lng, ne.lat]. When this property is included in a source, no tiles outside of the given bounds are requested by Mapbox GL.
final
encoding String?
The encoding used by this source. Mapbox Terrain RGB is used by default
final
hashCode int
The hash code for this object.
no setterinherited
maxzoom double?
Maximum zoom level for which tiles are available, as in the TileJSON spec. Data from tiles at the maxzoom are used when displaying the map at higher zoom levels.
final
minzoom double?
Minimum zoom level for which tiles are available, as in the TileJSON spec.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tiles List<String>?
An array of one or more tile source URLs, as in the TileJSON spec.
final
tileSize double?
The minimum visual size to display tiles for this layer. Only configurable for raster layers.
final
url String?
A URL to a TileJSON resource. Supported protocols are http:, https:, and mapbox://<Tileset ID>.
final

Methods

copyWith(String? url, List<String>? tiles, List<double>? bounds, double? minzoom, double? maxzoom, double? tileSize, String? attribution, String? encoding) RasterDemSourceProperties
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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