There is a String containing this Json:
{"type": "FeatureCollection", "source": "www.gmapgis.com", "features": [{"type":"Feature","properties": { "style": "#FF0000,5,1,#ff8800,0.4" }, "geometry": {"type": "Polygon", "coordinates": [ [[49.86686,40.40937],[49.86657,40.40917],[49.86733,40.40898],[49.86686,40.40937]]]}}]} How to parse the coordinate values?
gson- Viktorov