Class DirectRenderer

    • Constructor Detail

      • DirectRenderer

        public DirectRenderer​(MapDataStore mapDataStore,
                              org.mapsforge.core.graphics.GraphicFactory graphicFactory,
                              boolean renderLabels,
                              HillsRenderConfig hillsRenderConfig)
        Constructs a new DirectRenderer.
        Parameters:
        mapDataStore - the data source.
        graphicFactory - the graphic factory.
        renderLabels - if labels should be rendered.
        hillsRenderConfig - the hillshading setup to be used (can be null).
    • Method Detail

      • executeJob

        public org.mapsforge.core.graphics.TileBitmap executeJob​(RendererJob rendererJob)
        Called when a job needs to be executed.
        Parameters:
        rendererJob - the job that should be executed.