Library parses my geojson files properties well. I am not finding a way to get the coordinates out of the geometry area though?
Geometry g = parsed.getFeatures().get(i).getGeometry();
g.type() will give me polygon or multipolygon, but I am missing how I am to see the actual coordinates.
Thanks
Library parses my geojson files properties well. I am not finding a way to get the coordinates out of the geometry area though?
Geometry g = parsed.getFeatures().get(i).getGeometry();
g.type() will give me polygon or multipolygon, but I am missing how I am to see the actual coordinates.
Thanks