In B4A you can describe a polyline object and draw a great-circle track instead of a rhumb line...
I can't find any exposure of a Geodesic property in the B4J inplementation of Google Maps.
How is it done?
B4X:
'In B4A.....
Dim pl As Polyline = Gmap.AddPolyline
pl.Geodesic = True
pl.points = List.......
'However in B4J
gmap.AddPolyline(Waypoints,1,fx.Colors.blue)
I can't find any exposure of a Geodesic property in the B4J inplementation of Google Maps.
How is it done?