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

Example usage for Java com.google.gwt.maps.client.services DirectionsWaypoint 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 DirectionsWaypoint.

The text is from its open source code.

Method

DirectionsWaypointnewInstance()
A DirectionsWaypoint represents a location between origin and destination through which the trip should be routed.
voidsetLocation(String location)
Waypoint location.
voidsetLocation(LatLng location)
Waypoint location.
voidsetStopOver(boolean stopover)
If true, indicates that this waypoint is a stop between the origin and destination.