com.google.gwt.maps.client.impl
Interface TrafficOverlayImpl

All Superinterfaces:
JSFlyweightWrapper

public interface TrafficOverlayImpl
extends JSFlyweightWrapper

Wrapper for the GTrafficOverlay object from the Maps API using JSIO.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.maps.jsio.client.JSFlyweightWrapper
JSFlyweightWrapper.Util
 
Field Summary
static TrafficOverlayImpl impl
           
 
Method Summary
 com.google.gwt.core.client.JavaScriptObject construct()
           
 com.google.gwt.core.client.JavaScriptObject construct(TrafficOverlayOptions options)
           
 void setVisible(TrafficOverlay overlay, boolean visible)
           
 

Field Detail

impl

static final TrafficOverlayImpl impl
Method Detail

construct

@Constructor(value="$wnd.GTrafficOverlay")
com.google.gwt.core.client.JavaScriptObject construct()

construct

@Constructor(value="$wnd.GTrafficOverlay")
com.google.gwt.core.client.JavaScriptObject construct(TrafficOverlayOptions options)

setVisible

void setVisible(TrafficOverlay overlay,
                boolean visible)