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

Landmark.address property

Retrieves the address information for this landmark.

Some or all address fields may be empty depending on the source of the landmark data. Changes made to an AddressInfo do not automatically propagate to the associated Landmark. To apply changes, set the modified AddressInfo back on the landmark via this property.

Signature:

get address(): AddressInfo;

set address(addr: AddressInfo);