How to leave the Google map like this?

Asked

Viewed 105 times

1

Is there any way to style the google map this way?

inserir a descrição da imagem aqui

2 answers

1

Yes, it is possible. There is a very useful tool for this here (link) where you can change what you want and then export a JSON that you can pass to the object options from the Google Maps Builder. An example:

styles: [{
    "stylers": [{
      "hue": "#ccff00"
    }, {
      "saturation": -100
    }]
}],

jsFiddle: http://jsfiddle.net/gnqogh6s/

Official documentation for configuring styles is found here (link).

0

Browser other questions tagged

You are not signed in. Login or sign up in order to post.