Home > @magiclane/maps-sdk > Landmark > contactInfo
Landmark.contactInfo property
Retrieves contact information for this landmark.
The returned ContactInfo may contain phone numbers, emails, URLs and textual descriptions. If you modify the returned object, assign it back to contactInfo to persist the change on the landmark.
Signature:
get contactInfo(): ContactInfo;
set contactInfo(ci: ContactInfo);