pieterv / react-googlemaps

A declarative React interface to Google Maps
MIT License
226 stars 68 forks source link

Added initial prop options #4

Closed pieterv closed 9 years ago

pieterv commented 9 years ago

Add the ability to set all options that have a side effect to have an initial prop, e.g. initialZoom which would set the zoom option when the map on mount but not force the value if a user manually zooms.