Follow us on GitHub

Uses of Class
com.google.gwt.maps.client.mvc.MVCObject

Packages that use MVCObject
com.google.gwt.maps.client   
com.google.gwt.maps.client.adsense   
com.google.gwt.maps.client.drawinglib   
com.google.gwt.maps.client.layers   
com.google.gwt.maps.client.mvc   
com.google.gwt.maps.client.overlays   
com.google.gwt.maps.client.panoramiolib   
com.google.gwt.maps.client.placeslib   
com.google.gwt.maps.client.services   
com.google.gwt.maps.client.streetview   
com.google.gwt.maps.client.weatherlib   
 

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

Subclasses of MVCObject in com.google.gwt.maps.client
 class MapImpl
          Creates a new map inside of the given HTML container, which is typically a DIV element

See Map API Doc
 

Uses of MVCObject in com.google.gwt.maps.client.adsense
 

Subclasses of MVCObject in com.google.gwt.maps.client.adsense
 class AdUnitImpl
          Implements AdSense for Content advertising on an associated map.
 

Uses of MVCObject in com.google.gwt.maps.client.drawinglib
 

Subclasses of MVCObject in com.google.gwt.maps.client.drawinglib
 class DrawingManager
          Allows users to draw markers, polygons, polylines, rectangles, and circles on the map.
 

Uses of MVCObject in com.google.gwt.maps.client.layers
 

Subclasses of MVCObject in com.google.gwt.maps.client.layers
 class BicyclingLayer
          A layer showing bike lanes and paths.
 class FusionTablesCell
          Describes a single cell from a Fusion Tables table.
 class FusionTablesLayer
          A FusionTablesLayer allows you to display data from a Google Fusion Table on a map, as a rendered layer.
 class TrafficLayer
          A traffic layer.
 class TransitLayer
          A transit layer.
 

Uses of MVCObject in com.google.gwt.maps.client.mvc
 

Subclasses of MVCObject in com.google.gwt.maps.client.mvc
 class MVCArray<T extends JavaScriptObject>
          This class extends MVCObject.
 

Methods in com.google.gwt.maps.client.mvc that return MVCObject
static
<T extends JavaScriptObject>
MVCObject<T>
MVCObject.createInstanceOfMVCObject()
          (Main purpose is for internal use only)
create instance of MVCObject (inherited class)
 

Methods in com.google.gwt.maps.client.mvc with parameters of type MVCObject
 void MVCObject.bindTo(String key, MVCObject<T> target)
          Binds a View to a Model.
 void MVCObject.bindTo(String key, MVCObject<T> target, String targetKey)
          Binds a View to a Model.
 void MVCObject.bindTo(String key, MVCObject<T> target, String targetKey, boolean noNotify)
          Binds a View to a Model.
 

Uses of MVCObject in com.google.gwt.maps.client.overlays
 

Subclasses of MVCObject in com.google.gwt.maps.client.overlays
 class Circle
          A circle overlay.
 class GroundOverlay
          A groundoverlay overlay.
 class InfoWindow
          An overlay that looks like a bubble and is often connected to a marker.
 class Marker
          Creates a marker with the options specified.
 class OverlayView
          You can implement this class if you want to display custom types of overlay objects on the map.
 class Polygon
          

See Polygon API Doc
 class Polyline
          A polyline is a linear overlay of connected line segments on the map.
 class Rectangle
          A rectangle overlay.
 

Methods in com.google.gwt.maps.client.overlays with parameters of type MVCObject
 void InfoWindow.open(MapWidget mapWidget, MVCObject<?> anchor)
          Opens this InfoWindow on the given map.
 void InfoWindow.open(StreetViewPanoramaWidget streetViewPanoRamaWidget, MVCObject<?> anchor)
          Opens this InfoWindow on the given map.
 

Uses of MVCObject in com.google.gwt.maps.client.panoramiolib
 

Subclasses of MVCObject in com.google.gwt.maps.client.panoramiolib
 class PanoramioLayer
          A PanoramioLayer displays photos from Panoramio as a rendered layer.
 

Uses of MVCObject in com.google.gwt.maps.client.placeslib
 

Subclasses of MVCObject in com.google.gwt.maps.client.placeslib
 class Autocomplete
          A service to provide Place predictions based on a user's text input.
 

Uses of MVCObject in com.google.gwt.maps.client.services
 

Subclasses of MVCObject in com.google.gwt.maps.client.services
 class DirectionsRenderer
          Renders directions retrieved in the form of a DirectionsResult object retrieved from the DirectionsService.
 

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

Subclasses of MVCObject in com.google.gwt.maps.client.streetview
 class StreetViewPanoramaImpl
          Displays the panorama for a given LatLng or panorama ID.
 

Uses of MVCObject in com.google.gwt.maps.client.weatherlib
 

Subclasses of MVCObject in com.google.gwt.maps.client.weatherlib
 class CloudLayer
          A layer showing current clouds.
 class WeatherLayer
          A layer showing current weather conditions.
 



Follow us on GitHub

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