|
Follow us on GitHub |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PolylineOptions | |
---|---|
com.google.gwt.maps.client.drawinglib | |
com.google.gwt.maps.client.overlays | |
com.google.gwt.maps.client.services |
Uses of PolylineOptions in com.google.gwt.maps.client.drawinglib |
---|
Methods in com.google.gwt.maps.client.drawinglib that return PolylineOptions | |
---|---|
PolylineOptions |
DrawingManagerOptions.getPolylineOptions()
Options to apply to any new polylines created with this DrawingManager. |
Methods in com.google.gwt.maps.client.drawinglib with parameters of type PolylineOptions | |
---|---|
void |
DrawingManagerOptions.setPolylineOptions(PolylineOptions polylineOptions)
Options to apply to any new polylines created with this DrawingManager. |
Uses of PolylineOptions in com.google.gwt.maps.client.overlays |
---|
Methods in com.google.gwt.maps.client.overlays that return PolylineOptions | |
---|---|
static PolylineOptions |
PolylineOptions.newInstance()
creates a new instance of options |
Methods in com.google.gwt.maps.client.overlays with parameters of type PolylineOptions | |
---|---|
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 |
Uses of PolylineOptions in com.google.gwt.maps.client.services |
---|
Methods in com.google.gwt.maps.client.services that return PolylineOptions | |
---|---|
PolylineOptions |
DirectionsRendererOptions.getPolylineOptions()
Options for the polylines. |
Methods in com.google.gwt.maps.client.services with parameters of type PolylineOptions | |
---|---|
void |
DirectionsRendererOptions.setPolylineOptions(PolylineOptions polylineOptions)
Options for the polylines. |
|
Follow us on GitHub |
|||||||||
PREV NEXT | FRAMES NO FRAMES |