How to draw GeoJSON in Apple Maps as overlay using Swift 3
问题 I am trying to draw the following GeoJSON data as an overaly in MKMapView. The GeoJSON File is as below. { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "Name": "line1" }, "geometry": { "type": "LineString", "coordinates": [ [ 76.35498046875, 25.145284610685064 ], [ 81.36474609375, 25.06569718553588 ], [ 83.91357421875, 23.301901124188877 ], [ 82.001953125, 22.004174972902003 ], [ 78.33251953125, 21.248422235627014 ], [ 76.31103515625, 21.268899719967695 ] ]