public int getFloor() { return poi.getFloor(); }
public POIMarker(POI obj, Drawable drawable) { super(obj.getGeoPoint(), drawable); this.poi = obj; }