How to use the google-map-react.default function in google-map-react

To help you get started, we’ve selected a few google-map-react examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github labzero / lunch / src / components / TeamMap / TeamMap.js View on Github external
    loadComponent(() => require.ensure([], require => require('google-map-react').default, 'map')).then((map) => {
      GoogleMap = map;
github labzero / lunch / src / components / RestaurantMap / RestaurantMap.js View on Github external
    loadComponent(() => require.ensure([], require => require('google-map-react').default, 'map')).then((map) => {
      GoogleMap = map;

google-map-react

Isomorphic component that allows rendering react components on a google map

MIT
Latest version published 12 months ago

Package Health Score

75 / 100
Full package analysis