This page:
http://googlegeodevelopers.blogspot.com/2011/02/monetize-your-maps-api-v3-application.html
mentions
a new release that changes the map type control. It seems that the change
for the horizontal bar went from four visible choices to two choices each
with one option. The two choices being "Map" and "Satellite". The option for
"Map" being "Terrain". The option for "Satellite" being "Labels". It seems
that no longer can one choose "Terrain" without the "Map" part from this
horizontal bar. The following values for myOptions also fails to bring back
the four button horizontal bar:
var myOptions = {
disableDefaultUI: false,
zoom: 12,
center: map_center,
mapTypeId: google.maps.MapTypeId.TERRAIN,
mapTypeControlOptions: { position:
google.maps.ControlPosition.RIGHT_TOP, mapTypeIds: [
google.maps.MapTypeId.HYBRID, google.maps.MapTypeId.ROADMAP,
google.maps.MapTypeId.SATELLITE, google.maps.MapTypeId.TERRAIN ] ,style:
google.maps.MapTypeControlStyle.HORIZONTAL_BAR }
};
Is this intended behavior or is there a work around?
Thank you.
--
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.