Hi, we want to react to location changes. We currently collect mapView.locationDisplay.location which works well but the flow is also collected when the location remains the same - and we want to catch changes. Is there a way to do that using the API? Or do we have to validate changes manually using a variable to compare the previous location state to the current?