//
pkg.gl
Category
github.com/ctessum/geom
route
package
0.2.12
Repository:
https://github.com/ctessum/geom.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
0
Files
228 SLOC
#
Functions
NewNetwork
NewNetwork initializes a new Network where m determines how to choose the shortest route (either by Distance or Time).
#
Constants
Distance
Distance specifies that we are looking to travel the minimum distance.
Time
Time specifies that we are looking to travel the minimum time.
#
Structs
Network
A Network is a holder for network data (e.g., a road network).
#
Type aliases
MinimizeOption
MinimizeOption specifies how the shortest route should be chosen.