2011/8/24 - New Release

87 views
Skip to first unread message

Chris Broadfoot (Google Employee)

unread,
Aug 25, 2011, 2:35:05 AM8/25/11
to google-map...@googlegroups.com, google-maps-js...@googlegroups.com
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

--

Dan Zivkovic

unread,
Aug 25, 2011, 11:34:47 AM8/25/11
to google-map...@googlegroups.com, google-maps-js...@googlegroups.com
Is there a way to provide an alternate rendering for the POI label info?
In other words, if the client uses something other than standard Desktop Maps cartoon bubbles with the standard margins and text styling, how to get the POI data into a different element such as an info bar, or an info bubble, or something else.
Right now I see a mix of styles, my markers open custom info popups, and the POI labels open different-looking info windows, so the app looks messy.

--
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 google-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Chris Broadfoot

unread,
Aug 25, 2011, 7:58:54 PM8/25/11
to google-map...@googlegroups.com
Hi Dan,

There is an open feature request here:

Please star it to show your support.

Thanks,
Chris

Dan Zivkovic

unread,
Aug 25, 2011, 8:51:37 PM8/25/11
to google-map...@googlegroups.com
Done, thanks :)

DC

unread,
Sep 6, 2011, 3:29:02 AM9/6/11
to Google Maps JavaScript API v3
Voted!

Null Pointer

unread,
Sep 6, 2011, 4:58:49 PM9/6/11
to Google Maps JavaScript API v3
This style does not work properly. When the user mouse over a
business, the cursor changes from hand to pointer (indicates that its
clickable).

There needs to be a better way to disable it so the cursor does not
change when its moved on the map. Preferably not load the businesses
at all.

Ideally this should be a layer that is added in javascript. If its not
added, it does not run.
Reply all
Reply to author
Forward
0 new messages