react-google-maps-sep
Version:
React.js Google Maps integration component
24 lines (23 loc) • 499 B
JavaScript
// https://developers.google.com/maps/documentation/javascript/3.exp/reference#Map
// [].map.call($0.querySelectorAll("tr>td>code"), function(it){ return it.textContent; })
export default [
"bounds_changed",
"center_changed",
"click",
"dblclick",
"drag",
"dragend",
"dragstart",
"heading_changed",
"idle",
"maptypeid_changed",
"mousemove",
"mouseout",
"mouseover",
"projection_changed",
"resize",
"rightclick",
"tilesloaded",
"tilt_changed",
"zoom_changed",
];