react-googlemaps icon indicating copy to clipboard operation
react-googlemaps copied to clipboard

A declarative React interface to Google Maps

Results 18 react-googlemaps issues
Sort by recently updated
recently updated
newest added

Is there any way of setting width to be 100% of wrapping container ?

This looks like the simplest library for GoogleMaps, so I decided to try it. Importing thins like this ``` import React, { Component } from 'react' import ReactGoogleMaps, { Map,...

Hey, i'm currently just playing around, and looked over the source. I saw that you're referencing the `window` object at some points. As far as i checked it out this...

I followed the installation instruction in the examples, from the root repo ``` sh npm install npm run build-examples ``` However the following errors occurred: ``` sh ERROR in ./src/ReactMapComponents.js...

When created a map component like this: ``` javascript var ReactGoogleMaps = require('react-googlemaps'); var Map = ReactGoogleMaps.Map;

Any example how to open google maps in streetview mode ?

Anyone successfully loaded Google's maps API and js only when the component is being rendered?

When using `` is it possible to get the actual marker instance (not the React component) so you can use `LatLngBounds`, etc.

I was having this issue /node_modules/react-googlemaps/src/GoogleMapsAPI.js:6 window.google && window.google.maps, ^ ReferenceError: window is not defined when i was trying it on isophormic-react. using https://github.com/kriasoft/react-starter-kit

said `react-googlemaps`, should be `react-google-maps`