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

net.wirelabs.jmaps.map.painters.ScreenPosition Maven / Gradle / Ivy

The newest version!
package net.wirelabs.jmaps.map.painters;

/**
 * Created 10/29/23 by Michał Szwaczko ([email protected])
 */
public enum ScreenPosition {
    TOP_LEFT,
    TOP_RIGHT,
    BOTTOM_LEFT,
    BOTTOM_RIGHT
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy