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, Crs crs = const Epsg3857(), Map<String, String> otherParameters = const {}})

Properties

baseUrl String
url of WMS service. Ex.: 'http://ows.mundialis.de/services/service?'
final
crs Crs
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
tile transperency flag
final
version String
Version of the WMS service to use
final

Methods

getUrl(Coords<num> 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