Gmap3: Unable to use custom style for Google Map

2k Views Asked by At

I'm using the jQuery Plugin GMAP3 to display a map with a number of markers on my website.

I know that the Google Maps API V3 allows custom styling of Maps, I just can't figure out how to use this feature with GMAP3. Can anyone help?

3

There are 3 best solutions below

1
On BEST ANSWER

In gmap3 api docs, there is an example about how to use styled map, you can check it out here.

0
On

The Best Custom styles you can make/ understand from here:Google Custom Style Link

0
On

Check out the setOptions function for the map object.

https://developers.google.com/maps/documentation/javascript/reference#

If this still wont work you may try making the styled map outside of gmap3 first.