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

Landmark.author property

Retrieves the author or creator of this landmark's information.

The field may be empty when the author is not specified by the data source.

Signature:

get author(): string;

set author(auth: string);