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

org.openlr.locationreference.PathAttributesImpl Maven / Gradle / Ivy

The newest version!
package org.openlr.locationreference;

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

@Data
class PathAttributesImpl implements PathAttributes {
    private final double distance;
    private final FunctionalRoadClass lowestFunctionalRoadClass;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy