Esempio n. 1
0
 /**
  * mapTypes Array of GMapType Array of map types to be used by this map. By default,
  * G_DEFAULT_MAP_TYPES is used. You can use this option to restrict the set of predefined map
  * types that is displayed on the map, or to pass your own map types to the map. See also
  * GMap2.addMapType().
  */
 public GMapType[] getMapTypes() {
   return (GMapType[])
       JavaScriptObjectHelper.getAttributeAsJavaScriptObjectArray(this, "mapTypes");
 }