List<Marker> get waypointMarkers => _waypointMarkers.toDart;
set waypointMarkers(List<Marker> value) => _waypointMarkers = value.toJS;