Home > @magiclane/maps-sdk > Landmark > name

Landmark.name property

Retrieves the display name of this landmark.

The name may be localized according to the SDK language settings and can be empty. It is also the label shown on maps for this landmark.

Signature:

get name(): string;

set name(name: string);