Interface

LandmarkDetailsProps

LandmarkDetailsProps

Members

boolean

# editingEnabled

A flag that determines whether the properties of the Landmark displayed in the LandmarkDetails modal can be edited

View Source src/components/LandmarkDetails.tsx, line 223

Landmark | undefined

# landmark

The Landmark object being displayed/edited in the LandmarkDetails modal.

View Source src/components/LandmarkDetails.tsx, line 208

function

# setEditing

A callback passed from the parent Map that toggles the ability to edit the Landmark in LandmarkDetails modal.

View Source src/components/LandmarkDetails.tsx, line 218

function

# setVisible

A callback passed from the parent Map that toggles the visibility of the LandmarkDetails modal.

View Source src/components/LandmarkDetails.tsx, line 213