batched property

bool batched
getter/setter pair

Whether this source represents a batched-model source instead of a model source (the default). A model source is a small, explicit list of models passed via models, each with its own position and orientation. A batched-model source is a tiled source, like a vector tileset, for covering a wide area with many models, configured via url/tiles and minzoom/maxzoom instead of models.

Implementation

bool batched;