Hello good afternoon everyone I'm trying to get the number of satellites with which a specific point was obtained in the GPS in Delphi 10.2 Tokyo.
My program simply captures latitude and longitude with the TLocationSensor
component and its onLocationChanged
event. I know there is a class called TGpsStatus
which has the function SatelliteCount
and that is the function I need to use; the problem is that I do not know how to use it, I try everything and I do not get a good result, I only get the message
"Abstract Error"
Could someone help me save the number of satellites with which a GPS point was obtained ?, I hope you can help me a little.
Greetings and Thanks for your help!