Right now its possible to set the map center, span, rotation, or rect via props. However, if the user is able to pan, rotate or zoom the map the values of these props are more defaults.
Worse, at the moment if these props change they will reset the map view, which might not be desired.
Maybe these values should not be props, but setter functions provided by the component?
Right now its possible to set the map center, span, rotation, or rect via props. However, if the user is able to pan, rotate or zoom the map the values of these props are more defaults.
Worse, at the moment if these props change they will reset the map view, which might not be desired.
Maybe these values should not be props, but setter functions provided by the component?