read only map

I want the user to see a map view of available "jobs."  However, I don't want the user to modify it.

When I click on the pin, the details show up but also an edit/delete button.  I don't want to show them so the user can't modify the data.  

icarecenter_0-1646458436124.png

Is there a way to disable or hide the actions?

Solved Solved
0 1 131
1 ACCEPTED SOLUTION

Aurelien
Google Developer Expert
Google Developer Expert

Hi @icarecenter 

 

You may benefit from using slice with update mode :"read only", no filter condition, as source table for your view.

View solution in original post

1 REPLY 1

Aurelien
Google Developer Expert
Google Developer Expert

Hi @icarecenter 

 

You may benefit from using slice with update mode :"read only", no filter condition, as source table for your view.

Top Labels in this Space