On Dec 17, 9:02 pm, Frank <[email protected]> wrote:

> The "+" and "-" zoom buttons don't show (they do show in Firefox and
> Safari).


    navigationControlOptions: {
        position: google.maps.ControlPosition.TOP_RIGHT,
        style: google.maps.NavigationControlStyle.SMALL
    }

Have you tried different position and style parameters. Setting the
position on a small map sometimes makes the control to vanish.

If this doesn't show a control on iPhone, you could file an issue:

    navigationControlOptions: {
        style: google.maps.NavigationControlStyle.ANDROID
    }

--

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