Reputation: 512
While implementing Google Maps in android using API V3(Javascript) How do i pass values from activity to the javascript? ie.. i want to pass the Latitude and Longitude values to Javascript inorder to display my current location on map..
Upvotes: 0
Views: 398
Reputation: 7558
There are quite a few examples of this on Stack Overflow, e.g.
Android Calling JavaScript functions in WebView
Calling javascript function from android webview?
Call javascript function in Android WebView
Upvotes: 2