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
--
http://twitter.com/broady
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.