BackgroundGrid class final

A background grid defines the default color and context grid for display behind a map or scene surface.

The background grid determines what an empty ArcGISMapViewController or scene Surface looks like. An instance of this class can be used to set a default backdrop that an ArcGISMap or ArcGISScene will display on top of.

Implemented types

Constructors

BackgroundGrid({Color backgroundColor = const Color(0xFFC0C0C0), Color lineColor = Colors.black, double lineWidth = 0.1, double size = 20})
Creates a background grid with the specified properties.
factory

Properties

backgroundColor Color
The background color of the grid.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isVisible bool
True if grid lines are visible on the BackgroundGrid.backgroundColor, false otherwise.
getter/setter pair
lineColor Color
The color of the grid lines.
getter/setter pair
lineWidth double
The width of the grid lines in device-independent pixels (DIP).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double
The size of each grid square in device-independent pixels (DIP).
getter/setter pair

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