com.google.maps.gwt.client
Class MapTypeRegistry

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.MVCObject
          extended by com.google.maps.gwt.client.MapTypeRegistry

public class MapTypeRegistry
extends MVCObject

THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected MapTypeRegistry()
          Protected constructor avoids default public constructor.
 
Method Summary
static MapTypeRegistry create()
          The MapTypeRegistry holds the collection of custom map types available to the map for its use.
 
Methods inherited from class com.google.maps.gwt.client.MVCObject
bindTo, bindTo, bindTo, bindTo, changed, get, notify, set, setValues, setValues, unbind, unbindAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapTypeRegistry

protected MapTypeRegistry()
Protected constructor avoids default public constructor.

Method Detail

create

public static MapTypeRegistry create()
The MapTypeRegistry holds the collection of custom map types available to the map for its use. The API consults this registry when providing the list of avaiable map types within controls, for example.