Tagged: google maps
I really like the way my google maps on enfold theme use hue color to get the output , i would like to replicate the same but am unsuccessful . can you help me extract the json code which enfold makes and uses to display google maps . i would love to us it in my mobile app .
Hey 7thflow,
Thank you for the inquiry.
This is how the theme applies the colors or saturation to the Google maps.
// https://developers.google.com/maps/documentation/javascript/styling
If you want to check the theme’s custom implementation of the styles, look for the _applyMapStyle function in the wp-content\themes\enfold\framework\js\conditional_load\avia_google_maps_api.js file.
Best regards,
Ismael