MapWidgetDebugOptions class
Options for enabling debugging features in a map.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- option → _MapWidgetDebugOptions
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- camera → const MapWidgetDebugOptions
- Show a debug overlay with information about the CameraState including lat, long, zoom, pitch, & bearing.
- collision → const MapWidgetDebugOptions
- Edges of glyphs and symbols are shown as faint, green lines to help diagnose collision and label placement issues.
- depthBuffer → const MapWidgetDebugOptions
- The depth buffer is shown instead of the color buffer.
- layers2DWireframe → const MapWidgetDebugOptions
- Show a wireframe for 2D layers. Supported on Android only.
- layers3DWireframe → const MapWidgetDebugOptions
- Show a wireframe for 3D layers. Supported on Android only.
- light → const MapWidgetDebugOptions
-
Each tile shows its local lighting conditions in the upper-left corner.
(If
lights
properties are used, otherwise they show zero.) - modelBounds → const MapWidgetDebugOptions
- Show 3D model bounding boxes.
- overdraw → const MapWidgetDebugOptions
- Each drawing operation is replaced by a translucent fill. Overlapping drawing operations appear more prominent to help diagnose overdrawing.
- padding → const MapWidgetDebugOptions
- Draws camera padding frame.
- parseStatus → const MapWidgetDebugOptions
- Each tile shows its tile coordinate (x/y/z) in the upper-left corner.
- stencilClip → const MapWidgetDebugOptions
- The stencil buffer is shown instead of the color buffer.
- terrainWireframe → const MapWidgetDebugOptions
- Show a wireframe for terrain. Supported on Android only.
- tileBorders → const MapWidgetDebugOptions
- Edges of tile boundaries are shown as thick, red lines to help diagnose tile clipping issues.
- timestamps → const MapWidgetDebugOptions
- Each tile shows a timestamps with modified and expires dates or n/a if timestamp is not available.