Adds a listener to an event type.
The type of event to listen to.
The function that gets called when the event is fired.
Overriding abstract method, in this case doing nothing.
Fire an event type.
Destroys this OmvRestClient
.
Asynchronously fetches a tile from this restful server.
The tile key of the tile.
A Promise
of the HTTP response that contains the payload of the requested tile.
Checks if listener is added to an event type.
The type of event to listen to.
The function that gets called when the event is fired.
An event which fires when this DataProvider
is invalidated.
A function to call when this DataProvider
is invalidated.
The function to call to unregister the listener from this event.
Overriding abstract method, in this case always returning true
.
Registers a client to the data provider.
The client to register.
Promise to wait for successful (or failed) connection to the data source.
Removes a listener from an event type.
The type of the listener that gets removed.
The listener function that gets removed.
Unregisters a client from the data provider.
The client to unregister.
Generated using TypeDoc
REST client supporting getting protobuf OMV Tile from REST-based servers.