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

Companion code to the "How to Write a Google Maps React Component" Tutorial

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

Hello, This is not an issue, but I don't see a way to post this as a question. I just wanted to know, is it possible to shape something like...

Hey guys, I'm still a beginner in working with google maps and ReactJS. I have a property that is rendered on the map. This property is a set of several...

``` container: { position: 'absolute', width: '100vw', height: '100vh' } ``` is causing the map to leave my container it used to be ``` container: { position: 'absolute', width: '100%',...

Hi all, I need do return to my application the elevation of a determined point selected in the map. I've tried to use the code from google api documentations, with...

import { Map, GoogleApiWrapper } from "google-maps-react"; import React, { Component } from "react"; export class MapContainer extends Component { render() { const style = { width: "100%", height: "100%",...

can i customized the marker? i want to change the icon to a div that i created

It doesn't seem to me that there is a way to listen for a fullscreen map event with the package in its current state, unless I am missing something? I...

Hi, I tried to use component and got this error: **Type '{ children: never[]; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly** , I cant even compile...

I want to know whether goole clustering is possible with this library