react-google-maps icon indicating copy to clipboard operation
react-google-maps copied to clipboard

React.js Google Maps integration component

Results 115 react-google-maps issues
Sort by recently updated
recently updated
newest added

## Getting Help How can I remove 'x' close button from InfoWindow, is there a way to target it with CSS styling?

Hello, I have a big problem with remove markers in maps. I try to add marker instance and others. There is no information in the documentation on how to remove...

There seems some issue with API version, map is not showing up in documentation. https://tomchentw.github.io/react-google-maps/#introduction

``` === npm audit security report === ┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual Review │ │ Some vulnerabilities require your attention to resolve │ │ │ │ Visit https://go.npm.me/audit-guide for additional guidance │...

(Need to show the marker on top of all the elements ) zIndex props setting the zindex in parent marker properly but opacity props is set to the icon(img child...

I need to place a image with fixed bounds but it has a rotation, because its like a blueprint of a building. To achieve this, I am using GroundOverlay. My...

After following the documentation im getting a weird behavior, which the map is rendering two markers, and the map has only one marker ``` import React from 'react'; import {...

`.gm-style-iw { background-color: transparent !important; border: none !important; padding: 0px !important; } .gm-style-iw-c { box-shadow: none !important; } .gm-ui-hover-effect { display: none !important; } .gm-style-iw-d { overflow: hidden !important; height:...

MarkerWithLabel is missing TypeScript declaration in index.d.ts so it cannot be used in TS applications without suppressing TypeScript.