package
0.2.13
Repository: https://github.com/paulstuart/geom.git
Documentation: pkg.go.dev

# Functions

NewNetwork initializes a new Network where m determines how to choose the shortest route (either by Distance or Time).

# Constants

Distance specifies that we are looking to travel the minimum distance.
Time specifies that we are looking to travel the minimum time.

# Structs

A Network is a holder for network data (e.g., a road network).

# Type aliases

MinimizeOption specifies how the shortest route should be chosen.