Package org.teamapps.ux.component.map
Class Marker<RECORD>
- java.lang.Object
-
- org.teamapps.ux.component.map.Marker<RECORD>
-
public class Marker<RECORD> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RECORDgetData()LocationgetLocation()MarkerAnchorgetMarkerAnchor()intgetOffsetPixelsX()intgetOffsetPixelsY()voidsetMarkerAnchor(MarkerAnchor markerAnchor)voidsetOffsetPixelsX(int offsetPixelsX)voidsetOffsetPixelsY(int offsetPixelsY)
-
-
-
Method Detail
-
getLocation
public Location getLocation()
-
getData
public RECORD getData()
-
getMarkerAnchor
public MarkerAnchor getMarkerAnchor()
-
setMarkerAnchor
public void setMarkerAnchor(MarkerAnchor markerAnchor)
-
getOffsetPixelsX
public int getOffsetPixelsX()
-
setOffsetPixelsX
public void setOffsetPixelsX(int offsetPixelsX)
-
getOffsetPixelsY
public int getOffsetPixelsY()
-
setOffsetPixelsY
public void setOffsetPixelsY(int offsetPixelsY)
-
-