MapDebugOptions(androidJvm)

Options for enabling debugging features in a map.

enum MapDebugOptions(androidJvm)

Entries

TILE_BORDERS
Link copied to clipboard

Edges of tile boundaries are shown as thick, red lines to help diagnose tile clipping issues.

PARSE_STATUS
Link copied to clipboard

Each tile shows its tile coordinate (x/y/z) in the upper-left corner.

TIMESTAMPS
Link copied to clipboard

Each tile shows a timestamp indicating when it was loaded.

COLLISION
Link copied to clipboard

Edges of glyphs and symbols are shown as faint, green lines to help diagnose collision and label placement issues.

OVERDRAW
Link copied to clipboard

Each drawing operation is replaced by a translucent fill. Overlapping drawing operations appear more prominent to help diagnose overdrawing.

STENCIL_CLIP
Link copied to clipboard

The stencil buffer is shown instead of the color buffer.

DEPTH_BUFFER
Link copied to clipboard

The depth buffer is shown instead of the color buffer.

RENDER_CACHE
Link copied to clipboard

Visualize residency of tiles in the render cache. Tile boundaries of cached tiles are rendered with green, tiles waiting for an update with yellow and tiles not in the cache with red.