Home > @magiclane/maps-sdk > Landmark > description
Landmark.description property
Retrieves the description text for this landmark.
The description may be localized depending on SDK language settings and can be empty.
Signature:
get description(): string;
set description(desc: string);