Skip to content

Instantly share code, notes, and snippets.

View ErwinHoogerwerf's full-sized avatar

ErwinHoogerwerf

View GitHub Profile
import React from 'react';
import {Map,GoogleApiWrapper} from 'google-maps-react';
import './MapFilter.scss';
import Popup from './Popup';
var center= new google.maps.LatLng(52.3702,4.8952); //Defaults for amsterdam
var heatmap;