This iPhone problem now seems to have been fixed. The map type control and navigation control now appear as expected.
Gary On Jan 29, 10:56 am, Gary Little <[email protected]> wrote: > Dann, > > I initialize my map as follows: > > gMap = new google.maps.Map(document.getElementById(kMapID), { > zoom: gStartZoom, > center: gStartCoordinates, > mapTypeId: gStartMode, > disableDefaultUI: true, > mapTypeControl: true, > mapTypeControlOptions: {style: > google.maps.MapTypeControlStyle.DROPDOWN_MENU}, > navigationControl: true, > navigationControlOptions: {style: > google.maps.NavigationControlStyle.SMALL}, > scaleControl: false > }); > > The map appears as expected when using a desktop browser. However, > when using the iPhone/iPod Touch browser, neither the dropdown menu > nor the small navigation control appears. See the full map > athttp://imap.garylittle.ca/ > > Gary > > On Jan 28, 4:56 pm, Daniel Lee <[email protected]> wrote: > > > > > We've recently pushed out a new version of the API. See the list of > > changes > > below:http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIv3Cha... > > > Changed issues: > > * Issue 1367: Feature Request: Expose LayoutManager for developers to > > place DIVs in the "control flow" > > * Issue 1916: Feature Request: Add ability to scale MarkerImage > > * Issue 1443: extend() and union() should return the LatLngBounds > > object > > * Issue 1997: Documentation of 'size' MapOption > > * Issue 2074: Map doesn't render when the world map fits the exact > > dimensions of the map container > > > Noticeable changes: > > * Added support for Indic languages: > > - bn, gu, kn, ml, mr, ta, te > > * Added new static methods to the event namespace: > > - addListenerOnce > > - addDomListenerOnce > > * Added new 'encoded_lat_lngs' property to the DirectionsStep object > > to expose the set of latlngs in compressed ASCII format > > * Improved performance by removing offscreen marker DOM elements > > * Fixed panning bug in Google Chrome > > * Fixed pinch-zooming bug on the iPhone > > > Please test and provide feedback. > > > Thanks! > > > Dann -- 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.
