Home > @magiclane/maps-sdk > Landmark > addExtraInfo
Landmark.addExtraInfo() method
Appends an extra information entry to the landmark's metadata.
Signature:
addExtraInfo(info: string): void;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
info |
string |
A string containing the extra information to append. |
Returns:
void