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

com.graphhopper.routing.ev.HikeRating Maven / Gradle / Ivy

Go to download

GraphHopper is a fast and memory efficient Java road routing engine working seamlessly with OpenStreetMap data.

There is a newer version: 10.1
Show newest version
package com.graphhopper.routing.ev;

public class HikeRating {
    public static final String KEY = "hike_rating";

    public static IntEncodedValue create() {
        return new IntEncodedValueImpl(KEY, 3, false);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy