[ANSWERED] javascript – How to keep dropdowns and buttons fixed while panning on a google-map
Solution 1 : You could create a custom MapControl class like the following, found on github <MapControl map={this.map || null} controlPosition={this.maps ? this.maps.ControlPosition.TOP_LEFT : null} > <YourControlButtonComponentHere /> </MapControl> import…