Reputation: 925
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
Reputation: 3353
The Best Custom styles you can make/ understand from here:Google Custom Style Link
Upvotes: 0
Reputation: 7035
In gmap3 api docs, there is an example about how to use styled map, you can check it out here.
Upvotes: 1
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