Is it possible to use custom markers for Google Maps in Bootstrap Studio? I see there are tutorials on how to do it on the Google Developers page but I am not entirely sure how that translates to using Google Maps in Bootstrap Studio. Any help would be much appreciateated.
Bootstrap Studio has a Google Maps component with a variety of features. You just need to generate an API key to use it.
If you want to create a custom map with markers, you’ll have to follow the example Google provides on their developers page, import/create the JS file, the CSS styles, add a div and give it the appropriate ID.
It looks pretty straightforward if you follow the example fiddle Google has provided…
1 Like