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

org.openlr.binary.format.Attributes2 Maven / Gradle / Ivy

The newest version!
package org.openlr.binary.format;

import lombok.Data;
import org.openlr.map.FunctionalRoadClass;

@Data
public class Attributes2 {
    private final FunctionalRoadClass functionalRoadClass;
    private final double bearing;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy