1 2 3 4 5 6
import * as L from 'leaflet'; import {Way} from "./way"; export class WayPolyline extends L.Polyline { way: Way; }