Package | Description |
---|---|
org.wicketstuff.gmap.api |
Modifier and Type | Method and Description |
---|---|
GIcon |
GIcon.clone() |
GIcon |
GMarkerOptions.getIcon() |
GIcon |
GIcon.setAnchor(GPoint anchor)
The position at which to anchor an image in correspondance to the location of the marker on the map.
|
GIcon |
GIcon.setOrigin(GPoint origin)
The position of the image within a sprite, if any.
|
GIcon |
GIcon.setScaledSize(GSize scaledSize)
The size of the entire image after scaling, if any.
|
GIcon |
GIcon.setSchema(String schema) |
GIcon |
GIcon.setSize(GSize size)
The display size of the sprite or image.
|
Constructor and Description |
---|
GMarkerOptions(GMap gmap,
GLatLng latLng,
String title,
GIcon icon) |
Copyright © 2015. All rights reserved.