On my Map i only want to display my markers i think it could be done with these Advanced options:
I have created these JSON with this online Styling Wizard to set the Options of a Map, How can I use these settings on this Google Maps component.
My map now contains to many other POI.
Use styles:
"{ scrollwheel: false, styles: [ { 'elementType': 'labels', 'stylers': [ { 'visibility': 'off' } ] }, { 'featureType': 'administrative', 'elementType': 'geometry', 'stylers': [ { 'visibility': 'off' } ] }, { 'featureType': 'administrative.land_parcel', 'stylers': [ { 'visibility': 'off' } ] }, { 'featureType': 'administrative.neighborhood', 'stylers': [ { 'visibility': 'off' } ] }, { 'featureType': 'poi', 'stylers': [ { 'visibility': 'off' } ] }, { 'featureType': 'road', 'elementType': 'labels.icon', 'stylers': [ { 'visibility': 'off' } ] }, { 'featureType': 'transit', 'stylers': [ { 'visibility': 'off' } ] } ] }"
Any update on this topic?
Harlin explained most of it, here is the detail:
Step 1 - design your map style - https://mapstyle.withgoogle.com/Step 2 - Copy the JSONStep 3 - replace the " with ' in the JSONStep 4 - Add Style "{styles: [ INSERT JSON HERE ]}"Step 5 - Add all that into the AdvancedOptions field in: