Hi,
I am trying to develop an app using Google Maps v3 using jQTouch.
It seems that there is bug on the placement of zoomControl in iOS devices.
1. JQTouch with Safari, the zoomControl is only 1/10 visible.
2. JQTouch with iOS simulator, the zoomCotrol is only 3/4 visible from
the left and 1/10 hidden from the top with iOS Title bar.
Here is my code
###########
var myLatlng = new google.maps.LatLng(-37.817, 144.967);
var myOptions = {
zoom: 5,
center: myLatlng,
disableDefaultUI: true,
zoomControl: true,
zoomControlOptions: {
style: google.maps.ZoomControlStyle.SMALL,
position: google.maps.ControlPosition.TOP_LEFT
},
mapTypeId: google.maps.MapTypeId.ROADMAP
}
var map = new
google.maps.Map(document.getElementById('map_canvas'), myOptions);
##############
Please check in zoomControl placement with iOS Simulator with these conditions.
1. iOS Title bar
2. iOS without the Title bar.
I wish we can have greater control where to place this zoomControl
with paddings.
Thanks.
Noli
--
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.