How to draw a curved line between two points?

3406
2
Jump to solution
03-17-2020 06:10 PM
JackBoyd
New Contributor III

I see how to draw a dashed or solid line between two points ... is there a way to draw a curved line?  Interested in drawing a route map like you would see in the back of an airline in-flight magazine.  I see how I can show a layer on a map that already shows the routing but need to draw on the fly for 150+ overlapping points.  

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
UndralBatsukh
Esri Regular Contributor

Hi there, 

It can be done with the use of geometryEngine.geodesicDensify() method.  Check out this test app for how this works.

Hope this helps,

-Undral

View solution in original post

2 Replies
UndralBatsukh
Esri Regular Contributor

Hi there, 

It can be done with the use of geometryEngine.geodesicDensify() method.  Check out this test app for how this works.

Hope this helps,

-Undral

JackBoyd
New Contributor III

Undral Batsukh‌  Thanks, Undral -- that's exactly what I was looking for.  

0 Kudos