Describe the bug
When I set Google as a provider, it does not change.
API key is good and working in the other parts of applicaiton
To Reproduce
Steps to reproduce the behavior:
MapMarker::make("Location")
->defaultZoom(18)
->searchProvider('google')
->searchProviderKey(env('GOOGLE_MAPS_GEOCODING_API_KEY')),
Expected behavior
It should use Google Geocoding API.
Screenshots

Environment:
- Laravel Version: 8.34.0
- PHP Version: 8.0.3
- Package Version: 0.3.1