-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latitude and Longitude are not updated #86
Comments
Can you share the code you're using as well as an NMEA log from your device so I can try and repro? |
Here is my implementation. It is Xamarin forms application. NmeaParser is used in Android app. This code is in Android project in MainActivity.cs:
And in shared project this is my simplified implementation:
I've added two log files. Log1 is from NmeaParser (gpsMonitor.AllMessages) Log2 is from external application. |
Please ignore log1.txt. I've misunderstood AllMessages property. log3.txt which I've just added should contain all NMEA messages received by NmeaParser library. |
I tried replaying your log, but wasn't able to reproduce it. |
Thank you for link. I had version 2.1 from nuget. After update to version 2.2 is everythink ok. |
Hi, I'm using newest version of this Nuget package (2.1.0) in my Android application written in Xamarin and I found that when I received "LocationChanged" event, this event is not fired again. Never. Thus Latitude and Longitude properties in monitor are not updated and they stay in init location. It seems it is similiar bug: #78 but I was hoping it is fixed. The other properties semm fine.
The text was updated successfully, but these errors were encountered: