@liquidautumn/react-google-maps
Version:
React.js Google Maps integration component
26 lines (25 loc) • 558 B
JavaScript
// https://developers.google.com/maps/documentation/javascript/3.exp/reference#Marker
// [].map.call($0.querySelectorAll("tr>td>code"), function(it){ return it.textContent; })
export default [
`animation_changed`,
`click`,
`clickable_changed`,
`cursor_changed`,
`dblclick`,
`drag`,
`dragend`,
`draggable_changed`,
`dragstart`,
`flat_changed`,
`icon_changed`,
`mousedown`,
`mouseout`,
`mouseover`,
`mouseup`,
`position_changed`,
`rightclick`,
`shape_changed`,
`title_changed`,
`visible_changed`,
`zindex_changed`,
];