Way.simple constructor

Way.simple(
  1. List<ILatLong> latLongs
)

Implementation

Way.simple(List<ILatLong> latLongs) : layer = 0, tags = const TagCollection.empty(), latLongs = [latLongs], labelPosition = null;