Java com.google.gwt.maps.client.services DistanceMatrixRequest fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.maps.client.services DistanceMatrixRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.maps.client.services DistanceMatrixRequest.

The text is from its open source code.

Method

DistanceMatrixRequestnewInstance()
A distance matrix query sent by the DistanceMatrixService containing arrays of origin and destination locations, and various options for computing metrics.
voidsetDestinations(JsArray destinations)
An array containing destination address strings and/or LatLngs, to which to calculate distance and time.
voidsetDestinations(JsArrayString destinations)
An array containing destination address strings and/or LatLngs, to which to calculate distance and time.
voidsetOrigins(JsArray origins)
An array containing origin address strings and/or LatLngs, from which to calculate distance and time.
voidsetOrigins(JsArrayString origins)
An array containing origin address strings and/or LatLngs, from which to calculate distance and time.
voidsetTravelMode(TravelMode travelMode)
Region code used as a bias for geocoding requests.