Interface | Description |
---|---|
LabelStore |
The LabelStore is an abstract store for labels from which it is possible to retrieve a priority-ordered
queue of items that are visible within a given bounding box for a zoom level.
|
Class | Description |
---|---|
LabelLayer | |
MapDataStoreLabelStore |
A LabelStore that reads the labels out of a MapDataStore
|
ThreadedLabelLayer |
This ThreadedLabelLayer employs a single thread to request new data from the LabelStore.
|
TileBasedLabelStore |
A LabelStore where the data is stored per tile.
|