package
Version:
v0.0.0-...-7e06a17
Opens a new window with list of versions in this module.
Published: Jun 3, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MaponRoute struct {
Stops []*geo.Point `json:"stops"`
Routes []*Track `json:"routes"`
}
MaponRoute represents a mapon route information with stops points and router tracks.
type Track struct {
Start *geo.Point `json:"start"`
End *geo.Point `json:"end"`
}
Track represents a route track with start and end points.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.