You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does your feature has anything related to a problem?
Please describe what the problem is related to. For example: I'm frustrated that I cannot do [...] easily.
I have tones of marker and infoWindow auto loading from server any time, and have infoWindow to be always opened, so I need to set InfoWindowOpenOptions ==> shouldFocus: false
like
infoWindow.open({
shouldFocus:false
});
or my map will changing center constantly like glitch
What is the best solution you'd like to see?
Describe what you think should be happening to fix that situation.
<GMapInfoWindow
:opened="true"
:options="{
pixelOffset: {
width: 0,
height: 10,
}}"
// wish could have something like this
:openOptions="{}"
/>
or is there another way to accomplish it ?
The text was updated successfully, but these errors were encountered:
Does your feature has anything related to a problem?
Please describe what the problem is related to. For example: I'm frustrated that I cannot do [...] easily.
I have tones of marker and infoWindow auto loading from server any time, and have infoWindow to be always opened, so I need to set
InfoWindowOpenOptions ==> shouldFocus: false
like
or my map will changing center constantly like glitch
What is the best solution you'd like to see?
Describe what you think should be happening to fix that situation.
or is there another way to accomplish it ?
The text was updated successfully, but these errors were encountered: