Follow us on GitHub

Uses of Class
com.google.gwt.maps.client.controls.PanControlOptions

Packages that use PanControlOptions
com.google.gwt.maps.client   
com.google.gwt.maps.client.controls   
com.google.gwt.maps.client.streetview   
 

Uses of PanControlOptions in com.google.gwt.maps.client
 

Methods in com.google.gwt.maps.client that return PanControlOptions
 PanControlOptions MapOptions.getPanControlOptions()
          gets The display options for the Pan control.
 

Methods in com.google.gwt.maps.client with parameters of type PanControlOptions
 void MapOptions.setPanControlOptions(PanControlOptions panControlOptions)
          sets The display options for the Pan control.
 

Uses of PanControlOptions in com.google.gwt.maps.client.controls
 

Methods in com.google.gwt.maps.client.controls that return PanControlOptions
static PanControlOptions PanControlOptions.newInstance()
          creates a new instance of, Options for the rendering of the pan control.
 

Uses of PanControlOptions in com.google.gwt.maps.client.streetview
 

Methods in com.google.gwt.maps.client.streetview that return PanControlOptions
 PanControlOptions StreetViewPanoramaOptions.getPanControlOptions()
          gets The display options for the pan control.
 

Methods in com.google.gwt.maps.client.streetview with parameters of type PanControlOptions
 void StreetViewPanoramaOptions.setPanControlOptions(PanControlOptions panControlOptions)
          sets The display options for the pan control.
 



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.