mirror of
https://github.com/cheveguerra/Pusher_2.0.git
synced 2026-04-17 19:37:05 +00:00
..
This commit is contained in:
@@ -179,7 +179,7 @@ Sub Globals
|
||||
Private cb_puntosIntermedios As CheckBox
|
||||
End Sub
|
||||
|
||||
Sub Activity_Create(FirstTime As Boolean)
|
||||
Sub Activity_Create(FirstTime As Boolean) 'ignore
|
||||
Starter.rp.CheckAndRequest(Starter.rp.PERMISSION_WRITE_EXTERNAL_STORAGE)
|
||||
' Wait For Activity_PermissionResult (Permission As String, Result As Boolean)
|
||||
Dim p As String
|
||||
@@ -568,6 +568,7 @@ Sub muestraRuta
|
||||
Dim point As LatLng
|
||||
Dim listtemp As List
|
||||
' Log(rutaGPS)
|
||||
Dim speedOut As String = 0
|
||||
If rutaGPS.Length > 10 Then
|
||||
listtemp = Regex.Split(CRLF, rutaGPS)
|
||||
' Log(listtemp.Size)
|
||||
@@ -585,7 +586,7 @@ Sub muestraRuta
|
||||
' Log(estasCoords)
|
||||
Private estaDist As String = coordsAnt.DistanceTo(estasCoords)
|
||||
' Log(estaDist)
|
||||
Dim speedOut As String = coords(4)
|
||||
speedOut = coords(4)
|
||||
Dim Marker0 As Marker
|
||||
If (i Mod 2 = 0) And estaDist > 300 And cb_puntosIntermedios.Checked Then 'Solo ponemos la mitad de los puntos y si la distancia entre puntos es mayor de 300 mts.
|
||||
Private hora As String = Subs.fechaKMT2Ticks(coords(6))
|
||||
|
||||
Reference in New Issue
Block a user