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)
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
Firebase Firestore geopoint range issue: Must be between -180 and 180
i'm using firebase firestore database and trying to insert geopoint of any place in india
the problem is while inserting the longitude console gives red warning: Must be between -180 and 180
dhirunand
Votes: 0
Answers: 1