google.maps.DistanceMatrixService
class
A service for computing distances between multiple origins and destinations.
| Constructor | |
|---|---|
DistanceMatrixService |
DistanceMatrixService()Parameters: None
Creates a new instance of a DistanceMatrixService that sends distance matrix queries to Google servers. |
| Methods | |
|---|---|
getDistanceMatrix |
getDistanceMatrix(request, callback)Parameters:
Return Value: None
Issues a distance matrix request. |