In the Google Maps docs (https://developers.google.com/maps/documentation/javascript/reference#MarkerOptions) it says:
"Shadows are not rendered when google.maps.visualRefresh is set to true."
Is it possible to overwrite this and get the shadows to show up while using the visualRefresh?
I have also found the docs stating this (https://devsite.googleplex.com/maps/documentation/javascript/basics):
All shadows have been removed in the visual refresh. Any shadows specified programmatically will be ignored.
It still seems odd to me that they wouldn't allow you to somehow overwrite this to allow shadows AND the visualRefresh, if that's the case.