Home > @magiclane/maps-sdk > Landmark > extraInfo
Landmark.extraInfo property
Retrieves additional metadata associated with this landmark.
The ExtraInfo object is a flexible key/value store used by the SDK to attach auxiliary information. If you modify the returned object you must reassign it to extraInfo to persist the changes.
Signature:
get extraInfo(): ExtraInfo;
set extraInfo(list: ExtraInfo);