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

Support for Advanced markers (AdvancedMarkerView) #802

Closed
morisakikeita opened this issue Jun 12, 2023 · 3 comments · Fixed by #803 · May be fixed by AsimKhan2019/react-google-places-autocomplete#2
Closed

Support for Advanced markers (AdvancedMarkerView) #802

morisakikeita opened this issue Jun 12, 2023 · 3 comments · Fixed by #803 · May be fixed by AsimKhan2019/react-google-places-autocomplete#2
Assignees
Labels
released triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@morisakikeita
Copy link

This issue has already been mentioned here,
but Advanced markers function doesn't seem to work.

I used this code but got an error.

code

import { Loader } from '@googlemaps/js-api-loader';

const loader = new Loader({
  apiKey: "",
  version: "beta",
  libraries: ["marker"]
});

error message

TypeError: Cannot read properties of undefined (reading 'AdvancedMarkerView')

For more details, please click here.
stackoverflow.com

@morisakikeita morisakikeita added triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Jun 12, 2023
@wangela
Copy link
Member

wangela commented Jun 12, 2023

If you would like to upvote the priority of this issue, please comment below or react with 👍 so we can see what is popular when we triage.

@morisakikeita Thank you for opening this issue. 🙏
Please check out these other resources that might help you get to a resolution in the meantime:

This is an automated message, feel free to ignore.

@vicb
Copy link

vicb commented Jun 13, 2023

Same issue here.

This code was working a few days back.

Sounds like a legit bug!

chrisjshull added a commit to chrisjshull/js-api-loader that referenced this issue Jun 13, 2023
amuramoto pushed a commit that referenced this issue Jun 14, 2023
* update examples and minimize URLs

* fix: add unit test for valid URL generation

* Fix: Support for Advanced markers (AdvancedMarkerView) #802

* formatting fix

* clarify comment
github-actions bot pushed a commit that referenced this issue Jun 14, 2023
* update examples and minimize URLs

* fix: add unit test for valid URL generation

* Fix: Support for Advanced markers (AdvancedMarkerView) #802

* formatting fix

* clarify comment a7a93d1
googlemaps-bot pushed a commit that referenced this issue Jun 14, 2023
### [1.16.2](v1.16.1...v1.16.2) (2023-06-14)

### Bug Fixes

* Support for Advanced markers (AdvancedMarkerView) ([#803](#803)) ([a7a93d1](a7a93d1)), closes [#802](#802)

### Miscellaneous Chores

* Add a unit test for valid URL generation ([#800](#800)) ([9a13708](9a13708))
@googlemaps-bot
Copy link
Contributor

🎉 This issue has been resolved in version 1.16.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
4 participants