What is the correct way to get the route between two points? I've used nokia.mh5.adapters.Route.fetch() and showed route on map by setting as the callback:
It works OK locally on my computer in Chrome. But when trying this on Android in WebView I'm getting error: "Go online to use the routing service" (so the function I've mentioned is not called).Code:function(route_result) { map.route = route_result; map.box = route_result.box; }
What's wrong? What does really this error mean?

Reply With Quote

