TileURLs class

TileURLs

this class used to set url and subdomain for custoöm tile layer url represent base server url tile , if you have multiple url that contain subdomains use subdomains to specify them and replace them in url with {s} to configure correctly the map

Available extensions

Constructors

TileURLs({required String url, List<String> subdomains = const []})

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
subdomains → List<String>
final
url → String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMapAndroid() → List<String>
toMapiOS() → Map<String, dynamic>
toMapPlatform() → dynamic

Available on TileURLs, provided by the ExtTileUrls extension

toString() → String
A string representation of this object.
inherited
toWeb() → List<String>

Operators

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