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