当我尝试使用draggable = true拖动一个引脚时,我收到以下错误消息:“您试图在一个对象上设置键'纬度',该对象是不可变的并且已被冻结。”
<MapView
style={{flex: 1, width: width}}
region={{latitude: 37.754353, longitude: -122.445202, latitudeDelta: 0.14, longitudeDelta: 0.14}}
annotations={[{
tintColor: color.running,
latitude: 37.756254 ,
longitude: -122.445545,
draggable: true
}]}
/>