apps.livingmaps
Class ItemMapInfo

java.lang.Object
  extended by apps.livingmaps.ItemMapInfo

public class ItemMapInfo
extends java.lang.Object

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

ItemMapInfo

public ItemMapInfo(Location location,
                   int zoomLevel)
Instantiates a new item map info.

Parameters:
location - the location
zoomLevel - the zoom level
Method Detail

getLocation

public Location getLocation()
Gets the location.

Returns:
the location

getZoomLevel

public int getZoomLevel()
Gets the zoom level.

Returns:
the zoom level

setLocation

public void setLocation(Location location)
Sets the location.

Parameters:
location - the new location

setZoomLevel

public void setZoomLevel(int zoomLevel)
Sets the zoom level.

Parameters:
zoomLevel - the new zoom level