Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InfoWindowOpenOptions props needed #80

Open
prototypeSean opened this issue Aug 11, 2023 · 0 comments
Open

InfoWindowOpenOptions props needed #80

prototypeSean opened this issue Aug 11, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted You can contribute with this with in any way possible

Comments

@prototypeSean
Copy link

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 ?

@NathanAP NathanAP self-assigned this Jan 3, 2024
@NathanAP NathanAP added enhancement New feature or request help wanted You can contribute with this with in any way possible labels Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted You can contribute with this with in any way possible
Projects
None yet
Development

No branches or pull requests

2 participants