I read somewhere that when converting "OSM data" for .map file, if changing some .xml file, I could put other tags in (.map file).
QueryResult rua = hopper.getLocationIndex().findClosest(latitude, longitude, EdgeFilter.ALL_EDGES);logUser(rua.getClosestEdge().getName());