onGenerateRequest property

Stream<TileKey> onGenerateRequest

Sets the callback to invoke when the layer needs to request a tile from the client.

Implementation

Stream<TileKey> get onGenerateRequest =>
    _generateRequestStreamController.stream;