MarkerType enum
Apply the different marker type for pointer.
Constructors
- MarkerType()
-
const
Values
- invertedTriangle → const MarkerType
-
MarkerText.invertedTriangle points the value with inverted triangle.
- triangle → const MarkerType
-
MarkerText.triangle points the value with triangle.
- circle → const MarkerType
-
MarkerText.circle points the value with circle.
- rectangle → const MarkerType
-
MarkerText.rectangle points the value with rectangle
- diamond → const MarkerType
-
MarkerText.diamond points the value with diamond.
- image → const MarkerType
-
MarkerText.image points the value with image.
- text → const MarkerType
-
MarkerText.text points the value with text.
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<
MarkerType> -
A constant List of the values in this enum, in order of their declaration.
[invertedTriangle, triangle, circle, rectangle, diamond, image, text]