on a field for google maps, we went to view the record and the following appears as expected…
notice the map location – this is the correct location mapped as per the site information in the table
if you allow your location, the map in the view changes to your current location,as well as all the other records – displays your location and not that of the record.
You may find many info on the internet. Google maps will not do that automatically on modal dialog open, triggering the “resize” event of Google maps is required. You may add some JavaScript in Startup Script to do that, e.g. (concept only, you may need to customize as needed)
when the view form with a google map item is displayed in a modal dialog, instead of showing the records map location, it shows “your current location”. the form first prompted to “user your location” permissions, after that the map showed my location
I cannot reproduce (with desktop and demo project by removing “Use single app” and enabling modal View page). What device and browser are you using? Some mobile device?