How does one customize the map details view? I have a map view, then I click on a pin and it takes me to a specific address. How do I customize the text / icons located there. Or in the Facility Inspections sample app: https://www.appsheet.com/Template/AppDef?appName=FacilityInspectionsv2-626900&product_tour_id=75432#UX.Views How do I customize what’s below the map and above the main navigation icons?
The portion below the map:
is configured by creating a deck view for the data set (the table or slice) presented in the map.
Ah, gotcha. Thanks!
Hmm, the map above the Deck doesn’t seem to follow the format rules of the regular Map view?
That I don’t know. I don’t have experience with maps and format rules.
Me neither, apart from MAP pin icons.
Tom_automated:
Hmm, the map above the Deck doesn’t seem to follow the format rules of the regular Map view?
Can you please explain what you mean by this?
Maybe this is the solution?
[Dashboard Map Errors]](https://community.appsheet.com/t/dashboard-map-errors/32667/2) Questions
Hi @retailpartnercom this is a know issue. If you click on a Pin or just somewhere in the map, it opens the map and the view is called “google-map”. If you have a format rule condition like: CONTEXT(“View”)=“Closest Stores” Then this will not apply in the “google-map” view. So you have to change the condition to something more general like: CONTEXT(“ViewType”)=“Map”

