Correct Bugs
This commit is contained in:
@@ -110,8 +110,8 @@ class MainActivity : ComponentActivity() {
|
||||
}else{
|
||||
location.provider = LocationManager.NETWORK_PROVIDER
|
||||
}
|
||||
break
|
||||
}
|
||||
|
||||
latitude = location.latitude
|
||||
longitude = location.longitude
|
||||
mapController.animateTo(GeoPoint(latitude, longitude))
|
||||
|
||||
Reference in New Issue
Block a user