mirror of
https://github.com/KeymonSoft/Mazapa.git
synced 2026-04-19 13:49:21 +00:00
- VERSION 5.06.02
- Se cambio la distancia de la geocerca de 50000000000 a 50
This commit is contained in:
@@ -545,7 +545,7 @@ Sub GPS_LocationChanged (Location1 As Location)
|
||||
'now we need the distance between our location and the target location
|
||||
distance = l1.DistanceTo(l2) 'the result is in meter
|
||||
gest.Visible = True
|
||||
If distance < 500000000000000 Then
|
||||
If distance < 50 Then
|
||||
LA_GEO.TextColor = Colors.Blue
|
||||
Tels.Visible = True
|
||||
gest.Visible = True
|
||||
|
||||
Reference in New Issue
Block a user