VBDMapDebugMaskOptions

enum VBDMapDebugMaskOptions : NSUInteger {}

Options for enabling debugging features in an VBDMapView instance.

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

    Declaration

    Objective-C

    VBDMapDebugTileBoundariesMask = 1 << 1
  • Each tile shows its tile coordinate (x/y/z) in the upper-left corner.

    Declaration

    Objective-C

    VBDMapDebugTileInfoMask = 1 << 2
  • Each tile shows a timestamp indicating when it was loaded.

    Declaration

    Objective-C

    VBDMapDebugTimestampsMask = 1 << 3
  • Edges of glyphs and symbols are shown as faint, green lines to help diagnose collision and label placement issues.

    Declaration

    Objective-C

    VBDMapDebugCollisionBoxesMask = 1 << 4