Geolocation in html

Asked

Viewed 128 times

0

In my application I have a webview, and it has the address link, I wanted to appear the doll informing the location. As I call in html?

  • is an android app, and this screen is a webview, or is an html page, I want the location to appear when clicking, and the one with the doll stating where is.

  • That one WebView has a map and in it you want to get and point out the user’s location, that’s it?

  • that, the location I already have, latitude and longitude, as I do to stay in the correct form on the map?

  • Try to place the webview url with coordinates, example: google.com/maps/?q=-15.623037,18.388672

  • the current location or a location that is displayed?

  • Rafael, it worked thanks, turn in reply worth

  • @Warlock, ready to go :)

Show 2 more comments

1 answer

1

Your problem is solved in the URL.

Enter the URL of WebView with coordinates, for example:

google.com/maps/?q=-15.623037,18.388672

Browser other questions tagged

You are not signed in. Login or sign up in order to post.