-
## Usage with React Three fiber.
I've been using the googlemaps/three library for integrating Three.js with Google Maps, and it has been a valuable tool for my projects. However, I've recently been w…
-
#### Environment details
1. Api Maps
2. Ubuntu/React
3. MarkerWithLabel Version ^2.0.14
#### Steps to reproduce
1. Go to the basic example: https://googlemaps.github.io/js-markerwithlabel…
-
### Summary
Google Maps dragging/panning is not smooth on iOS even when no markers are included. Using Expo 49 and tested on iPhone 15 Pro (iOS 17.2).
### Reproducible sample code
```TSX
import Map…
-
Hi everyone,
We'd love to get your code contributions! We have a slack channel that is currently on an invite basis. Leave a note here if you want to join.
There are some components that need to …
-
Ref https://github.com/istarkov/google-map-react/issues/314#issuecomment-299838611 && #524
Example links in [DOC.MD](https://github.com/istarkov/google-map-react/blob/master/DOC.md) are dead.
…
-
- https://github.com/react-native-community/react-native-maps
- https://github.com/nshaposhnik/react-native-maps-example
- https://codeburst.io/react-native-build-full-fledged-module-with-google-map…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Steps to reproduce 🕹
Repository with minimal code as an example: https://git…
-
Hello guys and thanks for this library!
I'm trying to add custom results to the autocomplete component.
I successfully implemented this example:
https://github.com/google-map-react/google-ma…
-
Hey, I have the following marker:
Using semantic-ui for icons.
```
export default function MapMarker() {
return (
);
}
```
and the following css applied to the cl…
-
I have multiple views and on different views I have different maps, however, I need to display user location on every map, I decided to turn it into reusable component that would watch user location a…