Creates an instance of TileGeometryManager
with a reference to the MapView.
If set to true
, the filters of enabled/disabledGeometryKinds are applied, otherwise they
are ignored.
The set of geometry kinds that is disabled. Their geometry will not be created after decoding.
The set of geometry kinds that is disabled. Their geometry will not be created after decoding.
The set of geometry kinds that is enabled. Their geometry will be created after decoding.
The set of geometry kinds that is enabled. Their geometry will be created after decoding.
The set of geometry kinds that is hidden. Their geometry may be created, but it is hidden
until the method hideKind
with an argument of addOrRemoveToHiddenSet:false
is called.
The set of geometry kinds that is hidden. Their geometry may be created, but it is hidden
until the method hideKind
with an argument of addOrRemoveToHiddenSet:false
is called.
Clear the enabled, disabled and hidden sets.
Disable a GeometryKind by adding it to the disabled set, or remove it from that set.
The kind to add or remove from the disabled set.
Enable a GeometryKind by adding it to the enabled set, or remove it from that set.
The kind to add or remove from the enabled set.
Pass in true
to add the kind to the set, pass in
false
to remove from that set.
Return all GeometryKinds that are contained in the tiles.
The
Hide a GeometryKind by adding it to the hidden set, or remove it from that set.
The kind to add or remove from the hidden set.
Pass in true
to hide the kind(s), false
to show
it again.
Sets a callback that will be called for every updated tile on updateTiles.
The callback that will be called after a tile has been
updated, passing the updated tile as argument. If undefined
, a previously set callback will
be cleared.
Apply the visibility status taken from the hiddenKinds
to all geometries in the specified
tiles.
List of [[Tiles]] to process the visibility status of.
Generated using TypeDoc
Manages the content (the geometries) of a tile.