NodeProperties class

Properties for one Node (PointOfInterest) read from the datastore. Note that the properties are dependent on the zoomLevel and pixelsize of the device. Therefore one instance of NodeProperties can be used for one zoomlevel only.

Constructors

NodeProperties.new(PointOfInterest pointOfInterest)

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
tags List<Tag>
no setter

Methods

clearCache() → void
getCoordinatesAbsolute(PixelProjection projection) 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