Hi, I have a text file consisting a Well-Known Text (WKT) string. The WKT string will be used to define regions (basically, list of lat-lon) where I would draw it onto the MapView. Can the Android's ArcGIS SDK parse the WKT and draw the region defined by the string? If so, which class to use and how should I use it?
Thanks before