javascript - How to use RouteBoxer.js for Google Map on Android -
i have route. now, want find nearby markets, example, around route. on web version, use routebox library successfully. problem can't use in google map on android, because javascript library.
what can now? how can use library on android or have workaround way?
you can call javascript app in android. need use js evaluator android (jsea).
just like:
jsevaluator.callfunction(new jscallback() { @override public void onresult(final string result) { // result here } }, "functionname", "parameter 1", "parameter 2", 912, 101.3);
to call javascript.
so, can access library allow communicate app routeboxer api. check on github jsea. should allow use routeboxer usual.
hence, call route app.
Comments
Post a Comment