Hi all,
We recently released a new version of the Maps API.
The most noticeable change in this release is that business icons are now on by default. They can be removed by applying a style that hides "poi.business" labels.
This can be set as the "styles" option on the MapOptions object, which will be applied across roadmap, hybrid and terrain map types. The correct style to use is:
[
{
featureType: "poi.business",
elementType: "labels",
stylers: [
{ visibility: "off" }
]
}
]
In this release:
* Hardware acceleration disabled for Chrome/Mac: fixes marker rendering issue and overlay clicking (Issue 3544, Issue 3551)
* Pinch-to-zoom fixed for Android when the page has been scrolled (Issue 3373)
* Business icons are now on by default.
Thanks
Chris
--