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