public class MapTypeRegistry extends MVCObject<MapTypeRegistry>
| Modifier | Constructor and Description |
|---|---|
protected |
MapTypeRegistry()
The MapTypeRegistry holds the collection of custom map types available to the map for its use.
|
| Modifier and Type | Method and Description |
|---|---|
static MapTypeRegistry |
newInstance()
The MapTypeRegistry holds the collection of custom map types available to the map for its use.
|
void |
set(String id,
Object mapType)
Sets the registry to associate the passed string identifier with the passed MapType.
|
bindTo, bindTo, bindTo, changed, createInstanceOfMVCObject, get, notify, set, setValues, unbind, unbindAllcast, createArray, createFunction, createObject, equals, hashCode, toSource, toStringprotected MapTypeRegistry()
public static final MapTypeRegistry newInstance()
Copyright © 2011-2014 GWT Maps API V3. All Rights Reserved.