I'm not able to draw the lines by finger on the AGSMapView in iPad

742
2
Jump to solution
01-14-2014 01:32 AM
SatishK
New Contributor
I am not able to draw the lines by finger on the AgsMapView in iPad and I need to get the length of that line. Please any one provide me the code snippet to do this.


Regards,
Satish
0 Kudos
1 Solution

Accepted Solutions
NimeshJarecha
Esri Regular Contributor
The sample project to sketch a geometry on map is available on github. Also, you can use AGSGeometryEngine's lengthOfGeometry to calculate length.

Hope this helps!

Regards,
Nimesh

View solution in original post

0 Kudos
2 Replies
NimeshJarecha
Esri Regular Contributor
The sample project to sketch a geometry on map is available on github. Also, you can use AGSGeometryEngine's lengthOfGeometry to calculate length.

Hope this helps!

Regards,
Nimesh
0 Kudos
SatishK
New Contributor
Thank you Nimeesh.

Regards
Satish
0 Kudos