My bad...FYI - if anyone else is experiencing this, just ensure the map 
type is set before you zoom.  It appears the HYBRID map type and the 
SATELLITE map type share the same imagery, just not the same amount of zoom 
levels!

case 'Filingue': map.setCenter(new google.maps.LatLng(14.355961,3.320918));
map.setMapTypeId(google.maps.MapTypeId.SATELLITE); map.setZoom(21);  break; 

Works like a charm.  Great imagery by the way.

M

On Saturday, February 25, 2012 8:24:54 PM UTC-8, Mapper99 wrote:
>
> I can't get my map to zoom in past level 19 using the v3 API:
>
> case 'Filingue': map.setCenter(new 
> google.maps.LatLng(14.355961,3.320918));map.setZoom(21); 
> map.setMapTypeId(google.maps.MapTypeId.HYBRID); break;
>
> This area supports more zoom levels:
>
>
> http://maps.google.ca/maps?q=14.355961,3.320918&hl=en&ll=14.355961,3.320918&spn=0.000258,0.00051&sll=49.891235,-97.15369&sspn=45.273403,133.681641&t=h&z=22
>
> Any idea why this won't work?  Is there something I need to set when I 
> initialize my map?  Works fine in the v2 API.
>
> Thanks in advance,
>
> M
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/nJbj95NzuTAJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to