Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Route ¶
type Route struct { Summary RouteSummary Legs []RouteLeg }
type RouteSummary ¶
type RouteSummary struct {
Polyline string
}
type RoutingService ¶
func NewRoutingService ¶
func NewRoutingService(service_type string, baseUrl string) (RoutingService, error)
type ValhallaRouting ¶
type ValhallaRouting struct {
BaseURL string
}
func NewValhallaRouting ¶
func NewValhallaRouting(baseURL string) (*ValhallaRouting, error)
Click to show internal directories.
Click to hide internal directories.