python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Having trouble reading gps NEMA sentences using pi pico
Hi first time using forum so sorry if I did something wrong.
I'm trying to make a simple gps NMEA sentence reader using a raspberry pi pico and a gps module I have hooked up to it. Here is the code I ...
Calvin
Votes: 0
Answers: 0
kivy plyer gps not working after update to Android 12
I build a simple Gps Apk using kivy, plyer compile the main using buildozer, everythings works fine but after update to Androud 12 can't get location. pls help thanks
Bih_01 SWDP
Votes: 0
Answers: 2
How to calculate the distance between GeoPoint and Polyline
Suppose i have:
GeoPoint p = new GeoPoint(10.08, 11.09); //(lat, long)
and a Polyline (a sequence of Geopoints)
ArrayList<GeoPoint> waypoints = new ArrayList<>()
waypoints.add(new GeoPoi...
user13121591
Votes: 0
Answers: 1