Martin Schuhfuss
Martin Schuhfuss
> I’m curious to hear more about the need for eventing The one thing where events are useful is when including the handling of `gm_authFailure` into the loader, since that...
That's a good point. Can you point out the types that are missing or maybe open an issue in the [repo for the `@types/google.maps` package](https://github.com/googlemaps/js-types)?
I agree that it would be nice to support compatible testing-libraries as much as possible, but in this case this could be a bit too much. The only jest-function we...
Reply to a now-deleted comment not sure what `setup-env` is... Is that a file you specified to vitest via the setupFiles option? Also you can `@ts-ignore` those type-errors (or provide...
It would be a very useful addition to automatically add the spies as described in [@eegli's comment](https://github.com/googlemaps/js-jest-mocks/issues/223#issuecomment-1070945399) for all API objects.
That's a very good point, I did somehow miss adding the anchor lat/lng values to the result. > but `lat` has a small deviation from the original coordinate. How small...
That makes a lot of sense, thanks for taking the time to figure this out! Do you want to prepare a PR or should I just take your code and...
None of the classes and functions in this library have any actual implementation (I think the html you posted is also not coming from any part of this library). You...
Since the MapControl component is using the same portal logic that is used by AdvancedMarker or InfoWindows, this could be implemented in much the same way: https://github.com/visgl/react-google-maps/blob/17504349be183a8710e0608d9863f33adfe225d0/src/components/advanced-marker.tsx#L126-L133 However, I'm not...
I love to hear it! This issue totally slipped my mind. Should be a good issue to get started with the dev-environment and such. Let me know if you need...