WMSTileLayerOptions class

Constructors

WMSTileLayerOptions({required String baseUrl, List<String> layers = const [], List<String> styles = const [], String format = 'image/png', String version = '1.1.1', bool transparent = true, bool uppercaseBoolValue = false, Crs crs = const Epsg3857(), Map<String, String> otherParameters = const {}})

Properties

baseUrl String
WMS service's URL, for example 'http://ows.mundialis.de/services/service?'
final
crs Crs
Sets map projection standard
final
format String
WMS image format (use 'image/png' for layers with transparency)
final
hashCode int
The hash code for this object.
no setterinherited
layers List<String>
List of WMS layers to show
final
otherParameters Map<String, String>
Other request parameters
final
request String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service String
final
styles List<String>
List of WMS styles
final
transparent bool
Whether to make tiles transparent
final
uppercaseBoolValue bool
Encode boolean values as uppercase in request
final
version String
Version of the WMS service to use
final

Methods

getUrl(TileCoordinates coords, int tileSize, bool retinaMode) String
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