NodeProperties constructor

NodeProperties(
  1. PointOfInterest pointOfInterest,
  2. PixelProjection projection
)

Implementation

NodeProperties(this.pointOfInterest, PixelProjection projection) {
  _coordinatesAbsolute = projection.latLonToPixel(pointOfInterest.position);
}