MapWidgetDebugOptions class
Options for enabling debugging features in a map.
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- option → _MapWidgetDebugOptions
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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.
MapWidgetDebugOptions._(_MapWidgetDebugOptions.camera) - collision → const MapWidgetDebugOptions
-
Edges of glyphs and symbols are shown as faint, green lines to help
diagnose collision and label placement issues.
MapWidgetDebugOptions._(_MapWidgetDebugOptions.collision) - depthBuffer → const MapWidgetDebugOptions
-
The depth buffer is shown instead of the color buffer.
MapWidgetDebugOptions._(_MapWidgetDebugOptions.depthBuffer) - layers2DWireframe → const MapWidgetDebugOptions
-
Show a wireframe for 2D layers.
Supported on Android only.
MapWidgetDebugOptions._(_MapWidgetDebugOptions.layers2DWireframe) - layers3DWireframe → const MapWidgetDebugOptions
-
Show a wireframe for 3D layers.
Supported on Android only.
MapWidgetDebugOptions._(_MapWidgetDebugOptions.layers3DWireframe) - light → const MapWidgetDebugOptions
-
Each tile shows its local lighting conditions in the upper-left corner.
(If
lightsproperties are used, otherwise they show zero.)MapWidgetDebugOptions._(_MapWidgetDebugOptions.light) - modelBounds → const MapWidgetDebugOptions
-
Show 3D model bounding boxes.
MapWidgetDebugOptions._(_MapWidgetDebugOptions.modelBounds) - overdraw → const MapWidgetDebugOptions
-
Each drawing operation is replaced by a translucent fill. Overlapping
drawing operations appear more prominent to help diagnose overdrawing.
MapWidgetDebugOptions._(_MapWidgetDebugOptions.overdraw) - padding → const MapWidgetDebugOptions
-
Draws camera padding frame.
MapWidgetDebugOptions._(_MapWidgetDebugOptions.padding) - parseStatus → const MapWidgetDebugOptions
-
Each tile shows its tile coordinate (x/y/z) in the upper-left corner.
MapWidgetDebugOptions._(_MapWidgetDebugOptions.parseStatus) - stencilClip → const MapWidgetDebugOptions
-
The stencil buffer is shown instead of the color buffer.
MapWidgetDebugOptions._(_MapWidgetDebugOptions.stencilClip) - terrainWireframe → const MapWidgetDebugOptions
-
Show a wireframe for terrain.
Supported on Android only.
MapWidgetDebugOptions._(_MapWidgetDebugOptions.terrainWireframe) - tileBorders → const MapWidgetDebugOptions
-
Edges of tile boundaries are shown as thick, red lines to help diagnose
tile clipping issues.
MapWidgetDebugOptions._(_MapWidgetDebugOptions.tileBorders) - timestamps → const MapWidgetDebugOptions
-
Each tile shows a timestamps with modified and expires dates or n/a if
timestamp is not available.
MapWidgetDebugOptions._(_MapWidgetDebugOptions.timestamps)