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

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

The text is from its open source code.

Method

DirectionsRenderernewInstance(DirectionsRendererOptions options)
Renders directions retrieved in the form of a DirectionsResult object retrieved from the DirectionsService.
voidsetDirections(DirectionsResult directions)
Set the renderer to use the result from the DirectionsService.
voidsetMap(MapWidget mapWidget)
This method specifies the map on which directions will be rendered.