typing

package
v0.0.0-...-6aeb9b8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2022 License: BSD-3-Clause Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bus

type Bus struct {
	Id           int
	Time         time.Time
	Capacity     int
	Occupancy    int         // Number of passengers including those not yet picked up
	Location     s2.LatLng   // Current location
	Clients      []s2.LatLng // Clients that still need to be picked up
	Destinations []s2.LatLng // Client drop-off locations
	Path         []s2.LatLng
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL