Package | Description |
---|---|
com.google.gwt.maps.client.overlays |
Modifier and Type | Method and Description |
---|---|
MarkerImage |
Marker.getIcon_MarkerImage()
get Icon (if it is a marker image)
|
MarkerImage |
MarkerOptions.getIcon_MarkerImage()
gets Map on which to display Marker.
|
MarkerImage |
Marker.getShadow_MarkerImage()
get Shadow (if it is a MarkerImage)
|
MarkerImage |
MarkerOptions.getShadow_MarkerImage()
gets Shadow image
|
static MarkerImage |
MarkerImage.newInstance(String url)
creates A structure representing a Marker icon or shadow image.
|
static MarkerImage |
MarkerImage.newInstance(String url,
Size size)
creates A structure representing a Marker icon or shadow image.
|
static MarkerImage |
MarkerImage.newInstance(String url,
Size size,
Point origin)
creates A structure representing a Marker icon or shadow image.
|
static MarkerImage |
MarkerImage.newInstance(String url,
Size size,
Point origin,
Point anchor)
creates A structure representing a Marker icon or shadow image.
|
static MarkerImage |
MarkerImage.newInstance(String url,
Size size,
Point origin,
Point anchor,
Size scaledSize)
creates A structure representing a Marker icon or shadow image.
|
Modifier and Type | Method and Description |
---|---|
void |
Marker.setIcon(MarkerImage icon)
set Icon
|
void |
MarkerOptions.setIcon(MarkerImage icon)
sets Map on which to display Marker.
|
void |
Marker.setShadow(MarkerImage markerImage)
set MarkerImage
|
void |
MarkerOptions.setShadow(MarkerImage shadow)
sets Shadow image
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.