Uses of Class
com.ls.widgets.map.model.MapObject

Packages that use MapObject
com.ls.widgets.map.interfaces   
com.ls.widgets.map.location   
com.ls.widgets.map.model   
 

Uses of MapObject in com.ls.widgets.map.interfaces
 

Methods in com.ls.widgets.map.interfaces that return MapObject
 MapObject Layer.getMapObject(java.lang.Object id)
          Returns map object.
 MapObject Layer.getMapObjectByIndex(int index)
          Returns map object by index
 

Methods in com.ls.widgets.map.interfaces with parameters of type MapObject
 void Layer.addMapObject(MapObject mapObject)
          Adds map object to the layer.
 

Uses of MapObject in com.ls.widgets.map.location
 

Subclasses of MapObject in com.ls.widgets.map.location
 class PositionMarker
           
 

Uses of MapObject in com.ls.widgets.map.model
 

Methods in com.ls.widgets.map.model that return MapObject
 MapObject MapLayer.getMapObject(java.lang.Object id)
           
 MapObject MapLayer.getMapObjectByIndex(int index)
           
 

Methods in com.ls.widgets.map.model with parameters of type MapObject
 void MapLayer.addMapObject(MapObject object)