
#ifndef __MAPDATA_H
#define __MAPDATA_H

namespace iwear
{
    namespace sensor
    {
	namespace location
	{
/**
 * Map Data is kind of location with additional information we might need for
 * map displaying.
 */
class MapData : public Location
{
};

}
}
}
#endif
