mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-13 03:25:32 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const { RoutingService } = require("m3o/routing");
|
||||
const { RoutingService } = require("micro-js-client/routing");
|
||||
|
||||
// Turn by turn directions from a start point to an end point including maneuvers and bearings
|
||||
async function turnByTurnDirections() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { RoutingService } = require("m3o/routing");
|
||||
const { RoutingService } = require("micro-js-client/routing");
|
||||
|
||||
// Get the eta for a route from origin to destination. The eta is an estimated time based on car routes
|
||||
async function etaFromPointAtoPointB() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { RoutingService } = require("m3o/routing");
|
||||
const { RoutingService } = require("micro-js-client/routing");
|
||||
|
||||
// Retrieve a route as a simple list of gps points along with total distance and estimated duration
|
||||
async function gpsPointsForAroute() {
|
||||
|
||||
Reference in New Issue
Block a user