How can I give Google Maps API landscape a background image instead of a background color?
问题 I am experimenting with Google Maps API for the first time. I have got as far as positioning and zooming the map, removing features and removing certain UI Controls. I have also managed to give the landscape a background color. { "featureType": "landscape", "elementType": "geometry.fill", "stylers": [ { "color": "#ff0000" } ] } But I would like to give the landscape a background image , rather than a background color. I can either do this directly using something like: { "featureType":