GraphHopper couldn't find route between two two points below:
double latFrom = -19.637121;
double lonFrom = 134.192328;
double latTo = -37.7988237;
double lonTo = 144.9593481;
I tried this using online graphhopper demo, but it also didn't find route. Whearas Google Maps finds the a route.
GraphHopper online example and Google Maps online example
Is it a bug of graphhopper? Can this be fixed?
Moreover, only 2 out of 5 routing algorithms worked (Bidirectional Dijkstra and Bidirectional A*.) others didn't work. What is a reason for that?