MarkerType enum

Apply the different marker type for pointer.

Inheritance

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

values → const List<MarkerType>
A constant List of the values in this enum, in order of their declaration.