-
Can you add support for taking in List in Distance_matrix?
For example:
```
public static List distanceMatrix(List coords)
{
... compute distance matrix
return dMatrix;
}
```
Here coo…
-
Don't put HierarchicalClustering in context path because is shadows system symbols such as `DistanceMatrix`.
-
1. The class has zero fields
2. The method named like getter (getDistanceMatrix) is not a getter (i.e. no field of that name and method has parameters)
Refactor the class so that:
- it has `List
-
I also can't find the docs for `OrdinationResults` - are those being linked from anywhere?
-
Hi.
why can't i insert a string in destinations ($localdest) in this code?
```
$d = \GoogleMaps::load('distancematrix')
->setParam([
'origins' => [$localorig],
…
-
I am to get the actual distance between two points / coordinates using REST web services call like following
`http://maps.googleapis.com/maps/api/distancematrix/json?origins=54.406505,18.67708&destina…
ghost updated
8 years ago
-
Putting together a mirror and figuring out what can be done with this. An idea I had was a small section returning the time it would take for me to get to work with traffic.
I did some research and t…
-
Currently, the beta diversity of all pairwise combinations of sample IDs are computed. However, it would be nice to compute only a partial set in the case of combining studies (i.e., only compute the …
-
Hi, I am using rails 3.2.13 rvm 1.9.3
when I try to test the gem from the console , every thing is going fine as this
Loading development environment (Rails 3.2.13)
[1] pry(main)> matrix = GoogleDis…
-
hi
is it possible to build something like this.... with google api?
1 / i enter a list of 25 or more addresses
2 / api calculate the best / fastest itinerary from ALL those points
3 / have a list as…