YnJin1010 / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
Apache License 2.0
0 stars 0 forks source link

[GeolocationMarker] GPS Geoposition not Work on Android #267

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Demo link or sample code:
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/geolocationmarker
/

The code works fine like HTML map, but when I try to run website inside Andooid 
App with webview the GPS doensnt works like website.

Anybody can help me with this issue?

Best regards.

*********************************************************
Tip: Star this issue (next to title) to receive notifications of status
changes against this issue, also used as a gauge for how many people are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by aristote...@gmail.com on 2 Aug 2013 at 5:57

GoogleCodeExporter commented 8 years ago
I use the library in a webview on Android all the time.

Does your android app request the ACCESS_COARSE_LOCATION and the 
ACCESS_FINE_LOCATION permissions? That is requirerd.

http://stackoverflow.com/questions/5512387/android-gps-manifest-not-work

Original comment by chadkill...@missouristate.edu on 2 Aug 2013 at 6:34

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
There are a lot of details to work through to get geolocation to work in an 
Android App WebView. Here's a great post on the basics: 
http://stackoverflow.com/questions/5329662/android-webview-geolocation

Original comment by chadkill...@missouristate.edu on 3 Aug 2013 at 9:51