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.

enter image description here

so, can access library allow communicate app routeboxer api. check on github jsea. should allow use routeboxer usual.

enter image description here

hence, call route app.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -