This example applies custom styles to a map by setting
MapOptions.styles
to a JSON object containing style declarations.
Select an option to see some of the customizations you can apply with map
styling. One of the options shows you how to hide features,in this case by
removing business points of interest and public transport icons from the map.
Read the documentation.
Try Sample
Clone Sample
Git and Node.js are required to run this sample locally. Follow these instructions to install Node.js and NPM. The following commands clone, install dependencies and start the sample application.
git clone -b sample-style-selector https://github.com/googlemaps/js-samples.git
cd js-samples
npm i
npm start
Other samples can be tried by switching to any branch beginning with sample-SAMPLE_NAME
.
git checkout sample-SAMPLE_NAME
npm i
npm start