Package | Description |
---|---|
com.google.gwt.maps.client.drawinglib | |
com.google.gwt.maps.client.overlays | |
com.google.gwt.maps.client.services |
Modifier and Type | Method and Description |
---|---|
PolylineOptions |
DrawingManagerOptions.getPolylineOptions()
Options to apply to any new polylines created with this DrawingManager.
|
Modifier and Type | Method and Description |
---|---|
void |
DrawingManagerOptions.setPolylineOptions(PolylineOptions polylineOptions)
Options to apply to any new polylines created with this DrawingManager.
|
Modifier and Type | Method and Description |
---|---|
static PolylineOptions |
PolylineOptions.newInstance()
creates a new instance of options
|
Modifier and Type | Method and Description |
---|---|
static Polyline |
Polyline.newInstance(PolylineOptions options)
Create a polyline using the passed PolylineOptions, which specify both
the path of the polyline and the stroke style to use when drawing the
polyline.
|
void |
Polyline.setOptions(PolylineOptions options)
set Options
|
Modifier and Type | Method and Description |
---|---|
PolylineOptions |
DirectionsRendererOptions.getPolylineOptions()
Options for the polylines.
|
Modifier and Type | Method and Description |
---|---|
void |
DirectionsRendererOptions.setPolylineOptions(PolylineOptions polylineOptions)
Options for the polylines.
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.