https://github.com/google-map-react/google-map-react/pull/722/files
google 地图每次初始化将有计费, 如果在各个react实例中, 重用 map 实例, 可以减少费用开销计算;
具体做法: 在 onGoogleApiLoaded 获得 ref, ref 保留起来 dom, google-map-react 的 props shouldUnregisterMapOnUnmount 设置为false.
-->
https://github.com/google-map-react/google-map-react/pull/722/files
google 地图每次初始化将有计费, 如果在各个react实例中, 重用 map 实例, 可以减少费用开销计算;
具体做法: 在 onGoogleApiLoaded 获得 ref, ref 保留起来 dom, google-map-react 的 props shouldUnregisterMapOnUnmount 设置为false.