Props for the LandmarkDetails component.
Members
boolean
# editingEnabled
A flag that determines whether the properties of the Landmark displayed in the LandmarkDetails modal can be edited
Landmark
|
undefined
# landmark
The Landmark object being displayed/edited in the LandmarkDetails modal.
function
# setEditing
A callback passed from the parent Map that toggles the ability to edit the Landmark in LandmarkDetails modal.
function
# setVisible
A callback passed from the parent Map that toggles the visibility of the LandmarkDetails modal.