BusShape constructor

BusShape(
  1. {String routeId,
  2. List<List> coordinates}
)

Implementation

BusShape({this.routeId, this.coordinates});