Package | Description |
---|---|
org.wicketstuff.gmap.api |
Modifier and Type | Method and Description |
---|---|
GPoint |
GIcon.getAnchor() |
GPoint |
GIcon.getOrigin() |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
GIcon(String image,
GSize iconSize,
GPoint iconAnchor) |
GIcon(String image,
GSize iconSize,
GPoint iconAnchor,
GPoint origin,
GSize scaledSize) |
Copyright © 2015. All rights reserved.