You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to update my history records when a user selects one. The record should be updated with the current timestamp to represent the last time a user traveled to that location. However, timeStamp is a get-only variable and can thus not be updated and then updated in the historyProvider through update(record: HistoryRecord). Is there a way to do this and if not, would it be possible to add this in the future?
The text was updated successfully, but these errors were encountered:
Using Mapbox Search 1.0.0-beta.42
I'd like to update my history records when a user selects one. The record should be updated with the current timestamp to represent the last time a user traveled to that location. However, timeStamp is a get-only variable and can thus not be updated and then updated in the historyProvider through update(record: HistoryRecord). Is there a way to do this and if not, would it be possible to add this in the future?
The text was updated successfully, but these errors were encountered: