"PKON1"
_nmeaListener = new GpsStatus.NmeaListener() {
@Override
public void onNmeaReceived(long timestamp, String nmea) {
String time = _elapsedTimer.convertMillisToMDYHMSS(timestamp);
_gpsNMEAText = "<b><font color='yellow'>GPS NMEA</b></font>" +
"<br><b>Timestamp:</b> " + time +
"<br><b>NMEA code:</b> " + nmea;
_gpsNMEATextView.setText(Html.fromHtml(_gpsNMEAText));
}
};
понедельник, 25 января 2016 г., 13:44:17 UTC+3 пользователь Дмитрий Ваулин
написал:
>
> How does the logic determine the location and if there are GPS and Glonass
> satellites? Is it possible to include the orientation separately for GPS or
> Glonass separately by using the Android API for Android 4/ 5 / 6 ?
>
--
You received this message because you are subscribed to the Google Groups
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit
https://groups.google.com/d/msgid/android-developers/37b2c67f-f33f-4ade-9227-25d52ea4145e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.