PointGraphic class
The data on the map is displayed as points
Constructors
- PointGraphic({required Attributes attributes, required double latitude, required double longitude, required Symbol symbol, int height = 10, void onEnter()?, void onExit()?, void onHover(bool isHovered)?})
-
const
Properties
- attributes → Attributes
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → int
-
final
- latitude → double
-
final
- longitude → double
-
final
- onEnter → void Function()?
-
final
- onExit → void Function()?
-
final
- onHover → void Function(bool isHovered)?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- symbol → Symbol
-
final
Methods
-
getAttributesId(
) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
-
when<
R> ({required R ifPointGraphic(PointGraphic feature), required R ifPolylineGraphic(PolylineGraphic feature), required R ifPolygonGraphic(PolygonGraphic feature)}) → R -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited