Hi

I want to put on a web page 3 maps.

The first map : control the default location,
The second map :control is placed in the top left,
The third map : use mapTypes.


With google.maps.MapTypeControl:
_________________________________

No control is displayed on the first two maps.
The third map control is displayed correctly.

Example: http://www.touraineverte.com/MapTypeControl_problem.php



With google.maps.MenuMapTypeControl:
_____________________________________

The first, on a map displayed properly, but impossible to pull down
the menu.
The second, on a map displayed properly, but impossible to pull down
the menu.
The third map, control seems to work, but the menu is held and
includes only 3 types of cards. Click on it to see the 5 types of maps
with fixed mapTypes.


Example: http://www.touraineverte.com/MenuMapTypeControl_problem.php


My code is it false?



Another problem:
________________

GMapTypeControl with () - mapTypes - G_SATELLITE_3D_MAP:

var MaCarte = new google.maps.Map2 (document.getElementById
( "EmplacementDeMaCarte"),{mapTypes: [G_SATELLITE_MAP, G_HYBRID_MAP,
G_NORMAL_MAP, G_PHYSICAL_MAP, G_SATELLITE_3D_MAP]});
MaCarte google.maps.MapTypeControl ());

The title "Google Earth" is larger than button.

Example: http://touraineverte.com/MapTypeControl_2_problem.php



Another problem:
________________


With GMenuMapTypeControl () - useShortNames: true:

var MaCarte = new google.maps.Map2 (document.getElementById
( "EmplacementDeMaCarte"), {mapTypes: [G_SATELLITE_MAP, G_HYBRID_MAP,
G_NORMAL_MAP, G_PHYSICAL_MAP, G_SATELLITE_3D_MAP]});
MaCarte.addControl (new google.maps.MenuMapTypeControl
({useShortNames: true}));

There is no short name for the maps type  G_SATELLITE_3D_MAP

Example: http://touraineverte.com/MenuMapTypeControl_2_problem.php


Thank you for your help
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to