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

All Superinterfaces:
JSFlyweightWrapper

public interface StreetviewOverlayImpl
extends JSFlyweightWrapper

Wrapper for the GStreetviewOverlay 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 StreetviewOverlayImpl impl
           
 
Method Summary
 void bind(com.google.gwt.core.client.JavaScriptObject jsoPeer, StreetviewOverlay overlay)
           
 com.google.gwt.core.client.JavaScriptObject construct()
           
 

Field Detail

impl

static final StreetviewOverlayImpl impl
Method Detail

bind

@Binding
void bind(com.google.gwt.core.client.JavaScriptObject jsoPeer,
                  StreetviewOverlay overlay)

construct

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