Я хотел бы установить центр карты динамически, используя первую координату из строки JSON. Как мне получить первую широту и долготу снизу?
{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type": "Point","coordinates":[-120.341,50.6979]},"properties":{"ObjectType":"MyData","ObjectID":13,"ObjectName":"Kamloops"}},{"type":"Feature","geometry":{"type": "Point","coordinates":[-109.144,51.9373]},"properties":{"ObjectType":"LoadsNotMoving","ObjectID":114,"ObjectName":"Kerrobert"}},{"type":"Feature","geometry":{"type": "Point","coordinates":[-108.92,50.0435]},"properties":{"ObjectType":"LoadsNotMoving","ObjectID":147,"ObjectName":"Sidewood"}},{"type":"Feature","geometry":{"type": "Point","coordinates":[-119.435,50.8514]},"properties":{"ObjectType":"LoadsNotMoving","ObjectID":114,"ObjectName":"Notchhill"}}]}