How toDraw polyline between two coordinates GPS Long & Lat ??

2109
1
03-15-2016 11:39 AM
DhaferZAHROUNI
New Contributor

Hello everyone, i'm trying to draw a simple Line between 2 gps coordinates and i had found a lot of source code that could draw only by Screen X and ScreenY ... any help PLEASE !!!!.

0 Kudos
1 Reply
AlexanderNohe1
Occasional Contributor III

Point | ArcGIS Android 10.2.7 API

This shows you how to construct a point using the ArcGIS Android runtime which uses geographic coordinates.  This can then be used to draw a line by inserting the points via the insertPoint method found here:

MultiPath | ArcGIS Android 10.2.7 API

0 Kudos