capacitor-community/google-maps

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:

  1. Create the map as usual
  2. Fill in the snippet for the market
  3. Console.log(marker)
  4. 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.
Screenshot 2022-08-22 at 9 31 33 AM

You are most likely using @capacitor/google-maps. You are now in the @capacitor-community/google-maps repository.