Hello every one , I am working with google Map in android and i have two problems : 1) i use this code " mMap.setMyLocationEnabled(true);" which return my current location very fast and accurate but i can not get the longitude and latitude from this point . so what can i do ? 2) i used locationManager.requestLocationUpdates("gps", 5000, 0, listener); in another page but it not work on my phone (API 19 4.4.2) what should i do ?
thank you
No responses yet.