Snippet is not returned on Web version
calvinseng opened this issue · 3 comments
Snippet doesn't return in the Marker object on web
To Reproduce
Steps to reproduce the behavior:
- Create the map as usual
- Fill in the snippet for the market
- Console.log(marker)
- Will see that snippet returned is empty
Expected behavior
Snippet should be returned
This repository does not have a web implementation yet. So you wouldn't be able to add a marker on web in the first place. Are you sure you are using this library. Additionally you can keep track of this repo to see when web support will be added.
This repository does not have a web implementation yet. So you wouldn't be able to add a marker on web in the first place. Are you sure you are using this library. Additionally you can keep track of this repo to see when web support will be added.
Yes, there's web repository in esm/web.js and it is working in general except for the snippet not being returned.
You are most likely using @capacitor/google-maps
. You are now in the @capacitor-community/google-maps
repository.