path

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: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GraphHopper = "http://graphHopper:8989"

Functions

This section is empty.

Types

type DumbPathFinder

type DumbPathFinder struct {
}

This path finder will add a point to the end of points needed to visit

func (DumbPathFinder) GetPath

func (pf DumbPathFinder) GetPath(points []s2.LatLng) ([]s2.LatLng, error)

Returns a polyline encoded array of coordinates

type PathFinder

type PathFinder interface {
	GetPath([]s2.LatLng) ([]s2.LatLng, error)
}

Jump to

Keyboard shortcuts

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