State.
Data source url.
Feature format.
Tile load function.
Optionaloptions: OptionsTile options.
ProtecteddisposedThe object has already been disposed.
Extent of this tile; set by the source.
A key assigned to the tile. This is used in conjunction with a source key to determine if a cached version of this tile may be used by the renderer.
Feature projection of this tile; set by the source.
Resolution of this tile; set by the source.
ProtectedstateProtectedchangedDispatches an event and calls all listeners listening for events
of this type. The event parameter can either be a string or an
Object with a type property.
Event object.
false if anyone called preventDefault on the
event object or if any of the listeners returned false.
ProtecteddisposeGet the features for this tile. Geometries will be in the view projection.
Features.
Get the feature format assigned for reading this tile's features.
Feature format.
AbstractloadHandler for successful tile load.
The loaded features.
Data projection.
Function for use in a module:ol/source/VectorTile~VectorTile's tileLoadFunction.
Sets the features for the tile.
Features.
Set the feature loader for reading this tile's features.
Feature loader.
Sets the state of this tile. If you write your own module:ol/Tile~LoadFunction tileLoadFunction , it is important to set the state correctly to module:ol/TileState~ERROR when the tile cannot be loaded. Otherwise the tile cannot be removed from the tile queue and will block other requests.
State.
Tile coordinate.