Grigor

Results 3 comments of Grigor

I think this is only available in the `draw()` function. Take a look at [how InfoBox is using](https://github.com/JustFly1984/react-google-maps-api/blob/develop/packages/react-google-maps-api-infobox/src/InfoBox.tsx#L296) one of the functions returned from `google.maps.MapCanvasProjection` type `getProjection()` call.

Here's one way you can achieve this, which is a bit ugly, but works for me. ``` const overlay = new google.maps.OverlayView(); overlay.draw = function () {}; overlay.setMap(map); const point...

@PS1TD I have this overrides in my `package.json` for another (previous) version. ``` "overrides": { "typegraphql-prisma": { "@prisma/generator-helper": "