How to lower the curve?????

Hi there,

I don’t quite understand what you’re asking for, but using geodesic.interpolateUsingFraction to get a cartographic point then modifying the height (to say, 0), should give you what you need. If you want the midpoint in 2D, try averaging the lat and long coordinates and setting the height to 0 instead.

Hope that helps,

  • Rachel