BlazorLeaflet
BlazorLeaflet copied to clipboard
#32 Allow Center and Zoom to be set after initialization
Currently, Center and Zoom only take effect at initialization. This pull request allows Center and Zoom to be set after initialization, and it will apply these changes to the map automatically. There is an optional error handler property that allows you to specify an action that gets run if an error occurs in an async method.
Rebased onto master.