update
This commit is contained in:
@ -782,7 +782,7 @@ class DestinationController extends GetxController {
|
|||||||
void handleLocationUpdate(LocationMarkerPosition? position) async {
|
void handleLocationUpdate(LocationMarkerPosition? position) async {
|
||||||
try {
|
try {
|
||||||
if (position != null) {
|
if (position != null) {
|
||||||
if (distanceToStart() >= 1000) {
|
if (distanceToStart() >= 150) {
|
||||||
ready_for_goal = true;
|
ready_for_goal = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user