|
| Débuté par Boller, 14 fév. 2015 16:03 - 1 réponse |
| |
| | | |
|
| |
Membre enregistré 4 618 messages |
|
| Posté le 14 février 2015 - 16:03 |
Procedure GPS_VerificaStatus()
Retorno is string = ""
GloLatitude , GloLongitude is real = 0
GPSInitParameter(gpsSatellite,gpsPrecisionHigh)
Retorno is geoPosition = GPSGetPosition()
GloLatitude = NumToString(Retorno..Latitude,"+-10.6f") GloLongitude = NumToString(Retorno..Longitude,"+-10.6f")
Retorno = GloLatitude +"; "+ GloLongitude
IF GloLatitude = 0 AND GloLongitude = 0 OR GloLatitude = null AND GloLongitude = null ToastDisplay("GPS Desligado!!!") END
RESULT(Retorno ) |
| |
| |
| | | |
|
| | |
| |
Membre enregistré 4 618 messages |
|
| Posté le 14 février 2015 - 17:13 |
MODERADOR - FAVOR EXCLUIR ESSE POST NAO ESCREVI DIREITO O TITULO
MODERATOR - PLEASE DELETE THIS POST NO RIGHT TO TITLE I WROTE |
| |
| |
| | | |
|
| | | | |
| | |
|