bootsmaat
bootsmaat

Reputation: 925

Gmap3: Unable to use custom style for Google Map

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?

Upvotes: 2

Views: 2048

Answers (3)

Anup
Anup

Reputation: 3353

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

Upvotes: 0

Gunhan
Gunhan

Reputation: 7035

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

Upvotes: 1

Rick
Rick

Reputation: 1573

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.

Upvotes: 0

Related Questions