Hi Dan,

There is an open feature request here:
http://code.google.com/p/gmaps-api-issues/issues/detail?id=3560

Please star it to show your support.

Thanks,
Chris

--
http://twitter.com/broady



On Fri, Aug 26, 2011 at 1:34 AM, Dan Zivkovic <[email protected]> wrote:

> 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.
>
> On Wed, Aug 24, 2011 at 11:35 PM, Chris Broadfoot (Google Employee) <
> [email protected]> wrote:
>
>> 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.
>>
>
>  --
> 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.
>

-- 
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.

Reply via email to