Home > @magiclane/maps-sdk > Landmark > timeStamp
Landmark.timeStamp property
Returns the timestamp when this landmark was created or last updated.
If a user-defined timestamp is not set, it typically reflects the insertion time into the landmark store. The returned value is in UTC.
Signature:
get timeStamp(): Date;
set timeStamp(time: Date);