• jnsrmvlt

    (@jnsrmvlt)


    Hello, i am new to javascript, and i want to add a styler to the jquery.gmap.min.js.
    Please help me where can i add the following code:

    var styles = [
                {
                  stylers: [
                    { hue: "#00ffe6" },
                    { saturation: -20 }
                  ]
                }, {
                    featureType: "road",
                    elementType: "geometry",
                    stylers: [
                        { lightness: 100 },
                        { visibility: "simplified" }
                  ]
                }, {
                    featureType: "road",
                    elementType: "labels",
                    stylers: [
                        { visibility: "off" }
                  ]
                }
            ];

    http://ww.wp.xz.cn/extend/plugins/theme-blvd-responsive-google-maps/

The topic ‘Adding Stylers’ is closed to new replies.