public MapViewRenderer(MapView mapView)
 {
     this.mapView        = mapView;
     this.drawFont       = new Font("Arial", 9.4F);
     this.objectRenderer = new ObjectRenderer(this);
     this.floorRenderer  = new TileRenderer(this);
 }