-
https://maps.googleapis.com/maps/api/distancematrix/json?origins=Leeds&destinations=HX7+6AS&key=AIzaSyCCshC5QFmq5Gvafqj0TujA5I5M6fxMpOA&mode=walking
Different modes of transport
Should be encaps…
-
When I import this library like:
```javascript
const distanceMatrix = require('ml-distance-matrix');
```
and bundle my code using webpack the following error appears in the web browser:
> Type…
-
Hi Team,
As mentioned in developer guide for google maps api, distance matrix can also provide top level status codes (like OK, INVALID_REQUEST, MAX_ELEMENTS_EXCEEDED and etc). However, distance mat…
-
2020-05-19 17:03:24.179 - info: javascript.1 (9970) Stop script script.js.Meine_Scripte.Testing.Skript_2
--
2020-05-19 17:03:24.179 - info: javascript.2 (9971) Stop script script.js.Meine_Scripte.…
-
Refactor the storage of the `spaghetti.Network.alldistances` and `spaghetti.Network.distancematrix` attributes. These currently are redundant and can be combined into one attribute.
see: [here](htt…
-
Hello.
Google has limitations of API usage for points count: 10 waypoints for Directions API, 100 elements for DistanceMatrix API (10 x 10 waypoints).
So, if I want to get request more that 100 e…
-
Hi,
I have done a very simple MatrixDistanceAPI example to test how it works, but I don't know why I get the following error:
Exception in thread "main" java.lang.NoClassDefFoundError: kotlin/Ty…
-
Searched everywhere, at `npm`, `/wiki` and also the `home-page`. I am so amazed why don't you guys give method names that are available for calculating distance and other things.
There is only one …
-
Is there a way to display distance between two markers and/or origin & destination on page (not in panel)?
Fabulous lib. by the way.
-
Hello and thank you for providing access to your library!
I have been playing around with python version of the library, trying to figure out how it works and repeating the basic example; It seems t…