View GoogleMap.js
/* global google */ | |
import $ from 'jquery'; | |
class GoogleMap { | |
constructor(el) { | |
this.el = $(el); | |
this.icon = { | |
path: 'M25,0C15.957,0,8.625,7.277,8.625,16.253C8.625,31.638,25,50,25,50s16.375-17.37,16.375-33.747 C41.375,7.277,34.044,0,25,0z M25,23.084c-3.383,0-6.125-2.742-6.125-6.125s2.742-6.125,6.125-6.125s6.125,2.742,6.125,6.125 S28.383,23.084,25,23.084z', | |
fillColor: '#ed1c2e', | |
fillOpacity: 1, |