DEV Community

Discussion on: How I wrote my own React wrapper for Google Map

Collapse
 
rainbow_shout profile image
Rainbow Shout

Actually, there was one other thing - is there a list of event handlers for each component?

For example, I can set an onClick handler on Mapbox and that deals with any click events on the map itself - are there handlers for onLoad, onZoomChange, etc?

Many thanks, James

Thread Thread
 
lucifer1004 profile image
Gabriel Wu

See PROPS & METHODS section for each component in the documentation.

Thread Thread
 
rainbow_shout profile image
Rainbow Shout

Thanks :)