| Package | Description |
|---|---|
| com.google.gwt.maps.client.overlays |
| Modifier and Type | Method and Description |
|---|---|
Symbol |
Marker.getIcon_Symbol()
get Icon (if it is a
Symbol) |
Symbol |
IconSequence.getIcon()
Get the icon to render on the line.
|
Symbol |
Marker.getShadow_Symbol()
get Shadow (if it is a
Symbol) |
static Symbol |
Symbol.newInstance(String svgPath,
double scale)
A symbol that can be draw on
Polyline |
static Symbol |
Symbol.newInstance(SymbolPath symbolPath,
double scale)
A symbol that can be draw on
Polyline |
| Modifier and Type | Method and Description |
|---|---|
void |
Marker.setIcon(Symbol icon)
set Icon using a
Symbol |
void |
IconSequence.setIcon(Symbol symbol)
Set the icon to render on the line.
|
void |
Marker.setShadow(Symbol symbol)
set shadow using a
Symbol |
Copyright © 2011-2014 GWT Maps API V3. All Rights Reserved.