Skip to content

Commit

Permalink
Update LocationHelper.kt
Browse files Browse the repository at this point in the history
Change default location
  • Loading branch information
lilstiffy authored Mar 26, 2024
1 parent b6eb28f commit eaaeb80
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ import com.lilstiffy.mockgps.MockGpsApp

object LocationHelper {
private const val REQUEST_CODE = 69
val DEFAULT_LOCATION = LatLng(56.1711569, 14.8612297)

val DEFAULT_LOCATION = LatLng(40.758896, -73.985130)
fun requestPermissions(activity: ComponentActivity) {
activity.requestPermissions(
arrayOf(
Expand Down Expand Up @@ -76,4 +75,4 @@ object LocationHelper {
result(LatLng(address.latitude, address.longitude))
}
}
}
}

0 comments on commit eaaeb80

Please sign in to comment.