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

Spiral is broken if 'place' object is present in marker option #172

Open
ggets opened this issue May 22, 2021 · 1 comment
Open

Spiral is broken if 'place' object is present in marker option #172

ggets opened this issue May 22, 2021 · 1 comment

Comments

@ggets
Copy link

ggets commented May 22, 2021

          let marker = new google.maps.Marker({
            position: latlng,
            place: {
              placeId: data.address.place_id,
              location: latlng
            },
            optimized: ! isIE  // makes SVG icons work in IE
          });

image

Renders just fine if it's commented out, though:

          let marker = new google.maps.Marker({
            position: latlng,
            // place: {
            //   placeId: data.address.place_id,
            //   location: latlng
            // },
            optimized: ! isIE  // makes SVG icons work in IE
          });

image

@ggets ggets changed the title Spiral is breaking if 'place' object is present in marker option Spiral is broken if 'place' object is present in marker option May 23, 2021
@brunokunace
Copy link

@ggets you solved it? i have the same issue, but when i open the spider and get a zoom, all of my spider appear and dont disappear anymore

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