You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request a new feature for the ReactiveGoogleMap component. Currently, it is possible to change the map style by passing a string to the defaultMapStyle prop, for example:
<ReactiveGoogleMap defaultMapStyle='Standard' />
My use case requires that I provide custom map styles.
Could you add a new prop that can be passed a string, which is a URL pointing to a JSON file containing custom Google map styles? For example:
customMapStyle='my/custom/map/styles.json'
Thank you.
The text was updated successfully, but these errors were encountered:
I would like to request a new feature for the ReactiveGoogleMap component. Currently, it is possible to change the map style by passing a string to the defaultMapStyle prop, for example:
My use case requires that I provide custom map styles.
Could you add a new prop that can be passed a string, which is a URL pointing to a JSON file containing custom Google map styles? For example:
Thank you.
The text was updated successfully, but these errors were encountered: