NodeProperties class
Properties for one Node (PointOfInterest) read from the datastore. Note that the properties are dependent on the zoomLevel. Therefore one instance of NodeProperties can be used for one zoomlevel only.
Constructors
- NodeProperties(PointOfInterest pointOfInterest, PixelProjection projection)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- layer → int
-
no setter
- pointOfInterest → PointOfInterest
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
no setter
Methods
-
getCoordinatesAbsolute(
) → Mappoint - Returns the absolute coordinates in pixel of this node
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited