Martin Schuhfuss
Martin Schuhfuss
What is currently happening is that the Google Maps team is in the process of moving the Directions- and DistanceMatrix APIs into the 'legacy' state. This means that usage in...
@raffidahmad a proper migration isn't possible at the moment, since the ["directions" example](https://github.com/visgl/react-google-maps/blob/main/examples/directions/src/app.tsx) uses the `google.maps.DirectionsService` etc, which won't function with the Routes API. I wrote a crude replacement for...
Closing this as it is unrelated to the @googlemaps/js-api-loader package. The AdvancedMarkerElement doesn't support the Animations that the Marker class did. Instead, you can freely define your own animations using...
This could be either a problem within the maps API or an issue in your code, but it seems unlikely that this has something to do with the `@googlemaps/js-api-loader` package....
fixed in the Maps API
That error-message sounds like something from the closure library which is probably being used by the maps API internally. This would indicate some sort of problem involving the map-styling or...
The map Id is completely unproblematic to be shared – it isn't connected to any cost, and doesn't contain any sensitive information. It just happens to be tied to your...
I'm almost sure that this problem is unrelated to this library. If you are still experiencing these problems, please create a bug-report in the google issue-tracker (https://issuetracker.google.com/issues/new?component=188853&template=788207) and post a...
@Dean-Overton Thanks for that! Do you have your test-project with the error visible or available somewhere? Question to everyone else, are you using a `create-react-app` template or the `react-app-polyfil`?
I don't understand what you're asking about. The api-loader has nothing to do with css at all.