in frontend/src/store/index.js [44:47]
setPosition(state, position) { state.position.latitude = position.coords.latitude state.position.longitude = position.coords.longitude; },