1
Good afternoon, I’m making a website for a client, it has interaction with the Google Maps Plataform api, when the user is logged in to your google account keeps showing his photo on the maps, my client would like you to disable this, I explained that only the person could see and everything, but because it’s a restricted site she would like it disabled. I wonder if you have how to disable this by code in wordpress. Follows below the photo of the map with the profile photo. Thank you from now.
The class of the image is
profile-photo profile-photo-light
but I think it’s unlikely that you can change it, because it’s inside the iframe... A gambit would be to cut the right side of the iframe until the image is gone– hugocsl
Search the API documentation. It definitely teaches you how to disable. Here shows how to hide the
sign in
.– Jorge.M