MarkerInfo class Maps & 3D Scene

Marker info

Constructors

MarkerInfo()

Properties

coordinates Coordinates
The marker coordinates
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
info ↔ dynamic
Extra info
getter/setter pair
mapController GemMapController
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenCoordinates XyType<double>
The marker screen coordinates
getter/setter pair
screenCoordinatesNotifier ValueNotifier<XyType<double>>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCoordinates(Coordinates coords) → void
Set coordinates
toString() String
A string representation of this object.
inherited

Operators

operator ==(covariant MarkerInfo other) bool
The equality operator.
override