On multiple vtiger instances "show map" feature no longer works, bu apikey was configured long ago, and only error I have is the following in javascript console:
yes, I already knew that, I realized that it didn't work anymore because of the version after seeing your report, otherwise I was convinced that it still worked. 7 months ago I also developed the ability to view the map from the Listview.
@ANDREA.VERDOLINI
Hello
Take care of the wrong syntax in the initial suggestion : js?&?v=3.53&key=YOURAPIKEY&sensor=true.
The correct one is : js?v=3.53&key=YOURAPIKEY&sensor=true / there's no double ?&? after js as suggested by Angelo.
||7 months ago I also developed the ability to view the map from the Listview.
Is this something you could share with us ? Maybe at opening a new post at https://discussions.vtiger.com
Thanks
Thanks everyone, everything works now. @vince.g Where can I publish the changes I made to reduce calls to Google APIs and display the map also in listview by selecting customers
@ANDREA.VERDOLINI Hi Andrea, maybe on the VT forum at opening a new post at https://discussions.vtiger.com ? Or if you don't want to share this to public, by private message but i don't know how to do this here on code.vtiger.com...
This is reported in the console, if it helps @uma.s
"As of February 21st, 2024, google.maps.Marker is deprecated. Please use google.maps.marker.AdvancedMarkerElement instead. At this time, google.maps.Marker is not scheduled to be discontinued, but google.maps.marker.AdvancedMarkerElement is recommended over google.maps.Marker. While google.maps.Marker will continue to receive bug fixes for any major regressions, existing bugs in google.maps.Marker will not be addressed. At least 12 months notice will be given before support is discontinued. Please see https://developers.google.com/maps/deprecations for additional details and https://developers.google.com/maps/documentation/javascript/advanced-markers/migration for the migration guide."
no it doesn't work, this was a test I had already done.
the changes are more structural as some functions have been changed and version 3.5 has been removed