Coordinates

2658
1
08-27-2014 11:52 PM
GeorgeNikoloudakis
New Contributor

I want to draw a polyline on my map

My coordinates  taken from google maps is

log                             lat 

23.6373337.94721
23.6376237.94672
23.6370437.94333

i am trying to draw a polyline  with function

Polyline lineGeometry = new Polyline();

    lineGeometry.startPath(x,y);

    lineGeometry.lineTo(x,y);

    lineGeometry.lineTo(x,y);

i dont now how to convert the coordinates from table to x,y values to represent the correct points on map?

0 Kudos
1 Reply
EliseAcheson1
Occasional Contributor

If it's making sure that your line is in the correct spatial reference (the one of your map), I've just replied to your other post in a different thread, so I won't duplicate it here. If there's something else that's not working, let me know.

~elise

0 Kudos