Include types from gonavitia/navitia
This commit is contained in:
parent
82769f923e
commit
24b1102761
157 changed files with 26062 additions and 116 deletions
10
types/isochrone.go
Normal file
10
types/isochrone.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package types
|
||||
|
||||
import "github.com/paulmach/go.geojson"
|
||||
|
||||
// An Isochrone is sent back by the /isochrones service, it gives you a multi-polygon geojson response which represent a same time travel zone.
|
||||
//
|
||||
// See https://en.wikipedia.org/wiki/Isochrone_map for what is an isochrone.
|
||||
//
|
||||
// See http://doc.navitia.io/#isochrones-currently-in-beta
|
||||
type Isochrone geojson.Geometry
|
||||
Loading…
Add table
Add a link
Reference in a new issue