FlutterTileEngine class

Represents a tile engine for Flutter.

Constructors

FlutterTileEngine(Map<String, TileService> services)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
services Map<String, TileService>
final

Methods

getResourcesForService(String name) Future<List<TileResource>>
Retrieves resources for a specified service.
getTileForServiceAndRoute(String name, String route, String rawState) Future<RootTile>
Retrieves the root tile for a specified service and route.
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