GridLabelPosition enum
A positioning scheme to use when labeling a Grid.
Constructors
- GridLabelPosition()
-
const
Values
- geographic → const GridLabelPosition
-
Labels anchored to a geographical position on the map view.
- bottomLeft → const GridLabelPosition
-
'Y' labels anchored to left of map view, 'X' labels anchored to bottom.
- bottomRight → const GridLabelPosition
-
'Y' labels anchored to right of map view, 'X' labels anchored to bottom.
- topLeft → const GridLabelPosition
-
'Y' labels anchored to left of map view, 'X' labels anchored to top.
- topRight → const GridLabelPosition
-
'Y' labels anchored to right of map view, 'X' labels anchored to top.
- center → const GridLabelPosition
-
'Y' and 'X' labels in center of map view.
- allSides → const GridLabelPosition
-
Labels anchored to top, right, bottom, and left of map view.
Properties
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
-
values
→ const List<
GridLabelPosition> - A constant List of the values in this enum, in order of their declaration.