|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.livingmaps.ItemMapInfo
public class ItemMapInfo
The Class ItemMapInfo.
Constructor Summary | |
---|---|
ItemMapInfo(Location location,
int zoomLevel)
Instantiates a new item map info. |
Method Summary | |
---|---|
Location |
getLocation()
Gets the location. |
int |
getZoomLevel()
Gets the zoom level. |
void |
setLocation(Location location)
Sets the location. |
void |
setZoomLevel(int zoomLevel)
Sets the zoom level. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ItemMapInfo(Location location, int zoomLevel)
location
- the locationzoomLevel
- the zoom levelMethod Detail |
---|
public Location getLocation()
public int getZoomLevel()
public void setLocation(Location location)
location
- the new locationpublic void setZoomLevel(int zoomLevel)
zoomLevel
- the new zoom level
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |