
com.graphhopper.routing.ev.HorseRating Maven / Gradle / Ivy
package com.graphhopper.routing.ev;
public class HorseRating {
public static final String KEY = "horse_rating";
public static IntEncodedValue create() {
return new UnsignedIntEncodedValue(KEY, 3, false);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy