Information about border
Posted: Sun May 21, 2017 3:25 pm
Hello !
i try to find out information when i cross the borders
the only information i have found:
if (advancedTour.getRoute().getManoeuvres().getDetailLevel().getValue() .equals("BORDERS")) {
System.out.println("BORDER INFO:" + advancedTour.getRoute().getManoeuvres().getManoeuvreDesc()
}
the output is :
am Grenz³bergang wechseln auf A8/E52/E60 (means : at the border change to highway A8/...)
Question : is there another information available about crossing borders ?
Thanks in advance....
i try to find out information when i cross the borders
the only information i have found:
if (advancedTour.getRoute().getManoeuvres().getDetailLevel().getValue() .equals("BORDERS")) {
System.out.println("BORDER INFO:" + advancedTour.getRoute().getManoeuvres().getManoeuvreDesc()
}
the output is :
am Grenz³bergang wechseln auf A8/E52/E60 (means : at the border change to highway A8/...)
Question : is there another information available about crossing borders ?
Thanks in advance....