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
The Route line is not showing in android by using FeatureCollection
I need your help in little bit query,
i'm trying to render the multiple polyline on a single map,it look like as it (IOS),
it perfectly fine work fine in IOS but not work in android, so my code Snipp...
Mirza Hayat
Votes: 0
Answers: 1