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
Describe the bug
I have an instance of the vue-google-maps library running ( tag/component). This component receives different props, 'users' (array of objects with user props) and 'center' (object with only lat and lng properties, and a default value to downtown Atlanta, GA, USA) among them.
I then iterate over the 'users' array with the tag/component reading a property of the user object to pass it as the 'position' prop value. Inside of the tag I set the . If the infowindow tag is present the map first renders with the default value of the center prop and then switches to each of the marker positions iteratively.
Describe the bug
I have an instance of the vue-google-maps library running ( tag/component). This component receives different props, 'users' (array of objects with user props) and 'center' (object with only lat and lng properties, and a default value to downtown Atlanta, GA, USA) among them.
I then iterate over the 'users' array with the tag/component reading a property of the user object to pass it as the 'position' prop value. Inside of the tag I set the . If the infowindow tag is present the map first renders with the default value of the center prop and then switches to each of the marker positions iteratively.
This is the code that is being executed:
Expected behavior
I expect to have the map centered on the default value of the center prop.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: