dto

package
v0.0.0-...-7e06a17 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 3, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MaponRoute

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

type Track struct {
	Start *geo.Point `json:"start"`
	End   *geo.Point `json:"end"`
}

Track represents a route track with start and end points.

Jump to

Keyboard shortcuts

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