PointOfInterest constructor
PointOfInterest(
- int layer,
- TagCollection tags,
- ILatLong position
Creates a new PointOfInterest.
Implementation
PointOfInterest(this.layer, this.tags, this.position) : assert(layer >= 0), assert(layer <= 15), assert(tags.isNotEmpty);