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

GmapInfoWindow does not work #49

Closed
JohnyJohny1861 opened this issue Jan 19, 2021 · 3 comments
Closed

GmapInfoWindow does not work #49

JohnyJohny1861 opened this issue Jan 19, 2021 · 3 comments

Comments

@JohnyJohny1861
Copy link

No description provided.

@JohnyJohny1861
Copy link
Author

<GmapCustomMarker
v-for="(m, index) in markers" :key="index"
alignment="center"
:marker="m.position"
:ref="gmarker${m.id}"
:clickable="true"
@click="toggleInfoWindow(index)">

<GmapInfoWindow
v-if="m.windowInfoOpen && m.windowInfo"
@closeclick="m.windowInfoOpen = false">



Speed:


{{m.windowInfo.speed}} mph


Zip code:



{{m.windowInfo.zipcode}}



Location:



{{m.windowInfo.address}}



Timestamp:


{{m.windowInfo.timestamp}}


Time:


{{m.windowInfo.time}}




@eregnier
Copy link
Owner

hey. I can help you , but can you explain what you are trying to do ? please add more context and what are your imports. I cannot really figure it out what you want here without at least one question.

@eregnier eregnier closed this as completed Feb 3, 2021
@eregnier
Copy link
Owner

eregnier commented Feb 3, 2021

Closed due to inactivity. feel free to reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants