All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jfxtras.labs.map.render.Renderable Maven / Gradle / Ivy

There is a newer version: 9.0-r1
Show newest version
package jfxtras.labs.map.render;

import jfxtras.labs.map.MapControlable;

/**
 * Interface for additional layers on the map.
 * 
 * @author Mario Schroeder
 */
public interface Renderable {

    /**
     * Paints the map marker on the map. 
     *
     * @param mapController
     */
    void render(MapControlable mapController);
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy