WayProperties constructor

WayProperties(
  1. Way way,
  2. PixelProjection projection
)

Implementation

WayProperties(this.way, PixelProjection projection) : layer = max(0, way.layer), isClosedWay = LatLongUtils.isClosedWay(way.latLongs[0]) {
  _calculateCoordinatesAbsolute(projection);
}