CollectTileStatus Type

CollectTileStatus = "accept" | "reject" | "continue"

Enumerates the statuses returned by collectTile.

  • "accept": The tile's geometry should be collected.
  • "reject": The tile's geometry (and that of all of its child tiles) should be omitted.
  • "continue": The tile's geometry should be omitted, but that of its child tiles should be evaluated for collection.

Defined in

Last Updated: 14 November, 2024