state = {
markers : [
{ coordinate: {
latitude: null,
longitude: null,
},
title: "",
description: "",
image: "",
},
],
region: {
latitude: 45.52220671242907,
longitude: -122.6653281029795,
latitudeDelta: 0.04864195044303443,
longitudeDelta: 0.040142817690068,
}
};
как я могу изменить значение маркера [0] .coordinate.latitude с помощью setState, пожалуйста, ответьте.