flywave-mapview.mapviewoptions.lodmintilepixelsize
Home > @flywave/flywave-mapview > MapViewOptions > lodMinTilePixelSize
MapViewOptions.lodMinTilePixelSize property
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
If enableMixedLod is true, this value will be used to calculate the minimum Pixel Size of a tile regarding to the screen size. When the area of a tile is smaller then this calculated area on the screen, the subdivision of tiles is stopped and therefore higher level tiles will be rendered instead.
256
Signature:
lodMinTilePixelSize?: number;