CustomTileProvider class

A very basic TileProvider implementation, that can be extended to create your own provider

Using this method is not recommended any more, except for very simple custom TileProviders. Instead, visit the online documentation at https://docs.fleaflet.dev/plugins/making-a-plugin/creating-new-tile-providers.

Inheritance

Constructors

CustomTileProvider({required String customTileUrl(Coords<num> coors, TileLayerOptions options)})

Properties

customTileUrl String Function(Coords<num> coors, TileLayerOptions options)
final
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
Custom headers that may be sent with each tile request, if the specific implementation supports it
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Called when the TileLayerWidget is disposed
inherited
getImage(Coords<num> coords, TileLayerOptions options) ImageProvider<Object>
Retrieve a tile as an image, based on it's coordinates and the current TileLayerOptions
override
getSubdomain(Coords<num> coords, TileLayerOptions options) String
Get a subdomain value for a tile, based on it's coordinates and the current TileLayerOptions
inherited
getTileUrl(Coords<num> coords, TileLayerOptions options) String
Generate a valid URL for a tile, based on it's coordinates and the current TileLayerOptions
override
invertY(int y, int z) int
inherited
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