PointOfInterest class

An immutable container for all data associated with a single point of interest node (POI).

Constructors

PointOfInterest(int layer, List<Tag> tags, ILatLong position)
const

Properties

hashCode int
The hash code for this object.
no setteroverride
layer int
The layer of this POI + 5 (to avoid negative values).
final
position ILatLong
The position of this POI.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<Tag>
The tags of this POI.
final

Methods

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.
override