PointOfInterest constructor

PointOfInterest(
  1. int layer,
  2. TagCollection tags,
  3. ILatLong position
)

Creates a new PointOfInterest.

Implementation

PointOfInterest(this.layer, this.tags, this.position) : assert(layer >= 0), assert(layer <= 15), assert(tags.isNotEmpty);