- add(Widget) - Method in class com.google.gwt.maps.client.events.MapPanel
-
todo only do this once, b/c other wise it probably won't act right adding it over and over
- addAnimationChangeHandler(AnimationChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
-
This event is fired when the marker's animation property changes.
- addBoundsChangeHandler(BoundsChangeMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
-
This event is fired when the viewport bounds have changed.
- addBoundsChangeHandler(BoundsChangeMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
-
This event is fired when the viewport bounds have changed.
- addBoundsChangeHandler(BoundsChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Rectangle
-
- addCenterChangeHandler(CenterChangeMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
-
This event is fired when the map center property changes.
- addCenterChangeHandler(CenterChangeMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
-
This event is fired when the map center property changes.
- addCenterChangeHandler(CenterChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Circle
-
add center change handler
- addChannelNumberChangeHandler(ChannelNumberChangeMapHandler) - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
-
This event is fired when the AdUnit's channelNumber property changes.
- addChannelNumberChangeHandler(ChannelNumberChangeMapHandler) - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
-
This event is fired when the AdUnit's channelNumber property changes.
- addCircleCompleteHandler(CircleCompleteMapHandler) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManager
-
This event is fired when the user has finished drawing a circle.
- addClickableChangeHandler(ClickableChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
-
This event is fired when the marker's clickable property changes.
- addClickHandler(FusionTablesMouseMapHandler) - Method in class com.google.gwt.maps.client.layers.FusionTablesLayer
-
This event is fired when a feature in the layer is clicked.
- addClickHandler(KmlMouseMapHandler) - Method in class com.google.gwt.maps.client.layers.KmlLayer
-
This event is fired when a feature in the layer is clicked.
- addClickHandler(ClickMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
-
This event is fired when the user clicks on the map (but not when they
click on a marker or infowindow).
- addClickHandler(ClickMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
-
This event is fired when the user clicks on the map (but not when they
click on a marker or infowindow).
- addClickHandler(ClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Circle
-
This event is fired when the DOM click event is fired on the Circle.
- addClickHandler(ClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.GroundOverlay
-
This event is fired when the DOM click event is fired on the GroundOverlay.
- addClickHandler(ClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
-
This event is fired when the marker icon was clicked.
- addClickHandler(ClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polygon
-
This event is fired when the DOM click event is fired on the Polygon.
- addClickHandler(ClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polyline
-
This event is fired when the DOM click event is fired on the Polyline.
- addClickHandler(ClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Rectangle
-
This event is fired when the DOM click event is fired on the Rectangle.
- addClickHandler(PanoramioMouseMapHandler) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayer
-
This event is fired when a feature in the layer is clicked.
- addCloseClickHandler(CloseClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
-
This event is fired when the close button was clicked.
- addCloseClickHandler(CloseClickMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
-
This event is fired when the close button is clicked.
- addCloseClickHandler(CloseClickMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
-
This event is fired when the close button is clicked.
- addContentChangeHandler(ContentChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
-
This event is fired when the content property changes.
- addCursorChangeHandler(CursorChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
-
This event is fired when the marker's cursor property changes.
- addDblClickHandler(DblClickMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
-
This event is fired when the user double-clicks on the map.
- addDblClickHandler(DblClickMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
-
This event is fired when the user double-clicks on the map.
- addDblClickHandler(DblClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Circle
-
This event is fired when the DOM dblclick event is fired on the Circle.
- addDblClickHandler(DblClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
-
This event is fired when the marker icon was double clicked.
- addDblClickHandler(DblClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polygon
-
This event is fired when the DOM dblclick event is fired on the Polygon.
- addDblClickHandler(DblClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polyline
-
This event is fired when the DOM dblclick event is fired on the Polyline.
- addDblClickHandler(DblClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Rectangle
-
This event is fired when the DOM dblclick event is fired on the
Rectangle.
- addDefaultViewportChangeHandler(DefaultViewportChangeMapHandler) - Method in class com.google.gwt.maps.client.layers.KmlLayer
-
This event is fired when the KML layers default viewport has changed.
- addDirectionsChangeHandler(DirectionsChangeMapHandler) - Method in class com.google.gwt.maps.client.services.DirectionsRenderer
-
This event is fired when the rendered directions change, either when a
new DirectionsResult is set or when the user finishes dragging a change
to the directions path.
- addDomListener(JavaScriptObject, DomEvent.Type<ClickHandler>, MapHandler<E>, boolean) - Static method in class com.google.gwt.maps.client.events.MapHandlerRegistration
-
experimental for the moment.
- addDomReadyHandler(DomReadyMapHandler) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
-
This event is fired when the <div>
containing the InfoWindow's content is attached to the DOM.
- addDragEndHandler(DragEndMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
-
This event is fired when the user stops dragging the map.
- addDragEndHandler(DragEndMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
-
This event is fired when the user stops dragging the map.
- addDragEndHandler(DragEndMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
-
This event is fired when the user stops dragging the marker.
- addDraggableChangeHandler(DraggableChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
-
This event is fired when the marker's draggable property changes.
- addDragHandler(DragMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
-
This event is repeatedly fired while the user drags the map.
- addDragHandler(DragMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
-
This event is repeatedly fired while the user drags the map.
- addDragHandler(DragMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
-
This event is repeatedly fired while the user drags the marker.
- addDragStartHandler(DragStartMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
-
This event is fired when the user starts dragging the map.
- addDragStartHandler(DragStartMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
-
This event is fired when the user starts dragging the map.
- addDragStartHandler(DragStartMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
-
This event is fired when the user starts dragging the marker.
- addFlatChangeHandler(FlatChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
-
This event is fired when the marker's flat property changes.
- addFormatChangeHandler(FormatChangeMapHandler) - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
-
This event is fired when the AdUnit's format property changes.
- addFormatChangeHandler(FormatChangeMapHandler) - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
-
This event is fired when the AdUnit's format property changes.
- addHandler(JavaScriptObject, MapEventType, MapHandler<E>, MapEventFormatter<E>) - Static method in class com.google.gwt.maps.client.events.MapHandlerRegistration
-
event handler
- addHandlerDrawing(JavaScriptObject, MapEventType, MapHandler<E>, MapEventFormatter<E>) - Static method in class com.google.gwt.maps.client.events.MapHandlerRegistration
-
event handler for the drawing overlay objects
- addHandlerMvc(JavaScriptObject, MapEventType, MapHandler<E>, MapEventFormatter<E>) - Static method in class com.google.gwt.maps.client.events.MapHandlerRegistration
-
event handler for the mvc object
- addHeadingChangeHandler(HeadingChangeMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
-
This event is fired when the map heading property changes.
- addHeadingChangeHandler(HeadingChangeMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
-
This event is fired when the map heading property changes.
- addIconChangeHandler(IconChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
-
This event is fired when the marker icon property changes.
- addIdleHandler(IdleMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
-
This event is fired when the map becomes idle after panning or zooming.
- addIdleHandler(IdleMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
-
This event is fired when the map becomes idle after panning or zooming.
- addInsertAtHandler(InsertAtMapHandler) - Method in class com.google.gwt.maps.client.mvc.MVCArray
-
This event is fired when insertAt() is called.
- addLinksChangeHandler(LinksChangeMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
-
This event is fired when the panorama's links change.
- addLinksChangeHandler(LinksChangeMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
-
This event is fired when the panorama's links change.
- addMapChangeHandler(MapChangeMapHandler) - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
-
This event is fired when the AdUnit's map property changes.
- addMapChangeHandler(MapChangeMapHandler) - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
-
This event is fired when the AdUnit's map property changes.
- addMapTypeIdChangeHandler(MapTypeIdChangeMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
-
This event is fired when the mapTypeId property changes.
- addMapTypeIdChangeHandler(MapTypeIdChangeMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
-
This event is fired when the mapTypeId property changes.
- addMarkerCompleteHandler(MarkerCompleteMapHandler) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManager
-
This event is fired when the user has finished drawing a marker.
- addMouseDownHandler(MouseDownMapHandler) - Method in class com.google.gwt.maps.client.overlays.Circle
-
This event is fired when the DOM mousedown event is fired on the Circle.
- addMouseDownHandler(MouseDownMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
-
This event is fired for a mousedown on the marker.
- addMouseDownHandler(MouseDownMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polygon
-
This event is fired when the DOM mousedown event is fired on the Polygon.
- addMouseDownHandler(MouseDownMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polyline
-
This event is fired when the DOM mousedown event is fired on the
Polyline.
- addMouseDownHandler(MouseDownMapHandler) - Method in class com.google.gwt.maps.client.overlays.Rectangle
-
This event is fired when the DOM mousedown event is fired on the
Rectangle.
- addMouseMoveHandler(MouseMoveMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
-
This event is fired whenever the user's mouse moves over the map
container.
- addMouseMoveHandler(MouseMoveMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
-
This event is fired whenever the user's mouse moves over the map
container.
- addMouseMoveHandler(MouseMoveMapHandler) - Method in class com.google.gwt.maps.client.overlays.Circle
-
This event is fired when the DOM mousemove event is fired on the Circle.
- addMouseMoveHandler(MouseMoveMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polygon
-
This event is fired when the DOM mousemove event is fired on the Polygon.
- addMouseMoveHandler(MouseMoveMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polyline
-
This event is fired when the DOM mousemove event is fired on the
Polyline.
- addMouseMoveHandler(MouseMoveMapHandler) - Method in class com.google.gwt.maps.client.overlays.Rectangle
-
This event is fired when the DOM mousemove event is fired on the
Rectangle.
- addMouseOutMoveHandler(MouseOutMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
-
This event is fired when the user's mouse exits the map container.
- addMouseOutMoveHandler(MouseOutMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
-
This event is fired when the user's mouse exits the map container.
- addMouseOutMoveHandler(MouseOutMapHandler) - Method in class com.google.gwt.maps.client.overlays.Circle
-
This event is fired on Circle mouseout.
- addMouseOutMoveHandler(MouseOutMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
-
This event is fired when the mouse leaves the area of the marker icon.
- addMouseOutMoveHandler(MouseOutMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polygon
-
This event is fired on Polygon mouseout.
- addMouseOutMoveHandler(MouseOutMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polyline
-
This event is fired on Polyline mouseout.
- addMouseOutMoveHandler(MouseOutMapHandler) - Method in class com.google.gwt.maps.client.overlays.Rectangle
-
This event is fired on Rectangle mouseout.
- addMouseOverHandler(MouseOverMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
-
This event is fired when the user's mouse enters the map container.
- addMouseOverHandler(MouseOverMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
-
This event is fired when the user's mouse enters the map container.
- addMouseOverHandler(MouseOverMapHandler) - Method in class com.google.gwt.maps.client.overlays.Circle
-
This event is fired on Circle mouseover.
- addMouseOverHandler(MouseOverMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
-
This event is fired when the mouse enters the area of the marker icon.
- addMouseOverHandler(MouseOverMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polygon
-
This event is fired on Polygon mouseover.
- addMouseOverHandler(MouseOverMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polyline
-
This event is fired on Polyline mouseover.
- addMouseOverHandler(MouseOverMapHandler) - Method in class com.google.gwt.maps.client.overlays.Rectangle
-
This event is fired on Rectangle mouseover.
- addMouseUpHandler(MouseUpMapHandler) - Method in class com.google.gwt.maps.client.overlays.Circle
-
This event is fired when the DOM mouseup event is fired on the Circle.
- addMouseUpHandler(MouseUpMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
-
This event is fired for a mouseup on the marker.
- addMouseUpHandler(MouseUpMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polygon
-
This event is fired when the DOM mouseup event is fired on the Polygon.
- addMouseUpHandler(MouseUpMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polyline
-
This event is fired when the DOM mouseup event is fired on the Polyline.
- addMouseUpHandler(MouseUpMapHandler) - Method in class com.google.gwt.maps.client.overlays.Rectangle
-
This event is fired when the DOM mouseup event is fired on the Rectangle.
- addOverlayCompleteHandler(OverlayCompleteMapHandler) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManager
-
This event is fired when the user has finished drawing an overlay of any
type.
- addPanoChangeHandler(PanoChangeMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
-
This event is fired when the panorama's pano id changes.
- addPanoChangeHandler(PanoChangeMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
-
This event is fired when the panorama's pano id changes.
- addPlaceChangeHandler(PlaceChangeMapHandler) - Method in class com.google.gwt.maps.client.placeslib.Autocomplete
-
This event is fired when a PlaceResult is made available for a Place the user has selected.
- addPolygonCompleteHandler(PolygonCompleteMapHandler) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManager
-
This event is fired when the user has finished drawing a polygon.
- addPolylineCompleteHandler(PolylineCompleteMapHandler) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManager
-
This event is fired when the user has finished drawing a polyline.
- addPositionChangeHandler(PositionChangeMapHandler) - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
-
This event is fired when the AdUnit's position property changes.
- addPositionChangeHandler(PositionChangeMapHandler) - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
-
This event is fired when the AdUnit's position property changes.
- addPositionChangeHandler(PositionChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
-
This event is fired when the position property changes.
- addPositionChangeHandler(PositionChangeMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
-
This event is fired when the panorama's position changes.
- addPositionChangeHandler(PositionChangeMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
-
This event is fired when the panorama's position changes.
- addPovChangeHandler(PovChangeMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
-
This event is fired when the panorama's point-of-view changes.
- addPovChangeHandler(PovChangeMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
-
This event is fired when the panorama's point-of-view changes.
- addProjectionChangeHandler(ProjectionChangeMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
-
This event is fired when the projection has changed.
- addProjectionChangeHandler(ProjectionChangeMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
-
This event is fired when the projection has changed.
- addProjectionChangeHandler(ProjectionChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
-
This event is fired when the marker position property changes.
- addRadiusChangeHandler(RadiusChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Circle
-
This event is fired when the circle's radius is changed.
- addRectangleCompleteHandler(RectangleCompleteMapHandler) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManager
-
This event is fired when the user has finished drawing a rectangle.
- addRemoveAtHandler(RemoveAtMapHandler) - Method in class com.google.gwt.maps.client.mvc.MVCArray
-
This event is fired when removeAt() is called.
- addResizeHandler(ResizeMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
-
Developers should trigger this event on the map when the div changes
size: google.maps.event.trigger(map, 'resize') .
- addResizeHandler(ResizeMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
-
Developers should trigger this event on the map when the div changes
size: google.maps.event.trigger(map, 'resize') .
- addResizeHandler(ResizeMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
-
Developers should trigger this event on the panorama when its div changes size: google.maps.event.trigger(panorama, 'resize').
- addResizeHandler(ResizeMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
-
Developers should trigger this event on the panorama when its div changes size: google.maps.event.trigger(panorama, 'resize').
- addRightClickHandler(RightClickMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
-
This event is fired when the DOM contextmenu event is fired on the map
container.
- addRightClickHandler(RightClickMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
-
This event is fired when the DOM contextmenu event is fired on the map
container.
- addRightClickHandler(RightClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Circle
-
This event is fired when the Circle is right-clicked on.
- addRightClickHandler(RightClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
-
This event is fired for a rightclick on the marker.
- addRightClickHandler(RightClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polygon
-
This event is fired when the Polygon is right-clicked on.
- addRightClickHandler(RightClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Polyline
-
This event is fired when the Polyline is right-clicked on.
- addRightClickHandler(RightClickMapHandler) - Method in class com.google.gwt.maps.client.overlays.Rectangle
-
This event is fired when the Rectangle is right-clicked on.
- addSetAtHandler(SetAtMapHandler) - Method in class com.google.gwt.maps.client.mvc.MVCArray
-
This event is fired when setAt() is called.
- addShadowChangeHandler(ShadowChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
-
This event is fired when the marker's shadow property changes.
- addShapeChangeHandler(ShapeChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
-
This event is fired when the marker's shape property changes.
- addTilesLoadedHandler(TilesLoadedMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
-
This event is fired when the visible tiles have finished loading.
- addTilesLoadedHandler(TilesLoadedMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
-
This event is fired when the visible tiles have finished loading.
- addTiltChangeHandler(TiltChangeMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
-
This event is fired when the map tilt property changes.
- addTiltChangeHandler(TiltChangeMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
-
This event is fired when the map tilt property changes.
- addTitleChangeHandler(TitleChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
-
This event is fired when the marker title property changes.
- addVisibleChangeHandler(VisibleChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
-
This event is fired when the marker's visible property changes.
- addVisibleChangeHandler(VisibleChangeMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
-
This event is fired when the panorama's visibility changes.
- addVisibleChangeHandler(VisibleChangeMapHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
-
This event is fired when the panorama's visibility changes.
- addZindexChangedHandler(ZindexChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
-
This event is fired when the InfoWindow's zIndex changes.
- addZindexChangeHandler(ZindexChangeMapHandler) - Method in class com.google.gwt.maps.client.overlays.Marker
-
This event is fired when the marker's zIndex property changes.
- addZoomChangeHandler(ZoomChangeMapHandler) - Method in class com.google.gwt.maps.client.MapImpl
-
This event is fired when the map zoom property changes.
- addZoomChangeHandler(ZoomChangeMapHandler) - Method in class com.google.gwt.maps.client.MapWidget
-
This event is fired when the map zoom property changes.
- AdFormat - Enum in com.google.gwt.maps.client.adsense
-
Identifiers used to specify an AdSense For Content format.
- AdUnitImpl - Class in com.google.gwt.maps.client.adsense
-
Implements AdSense for Content advertising on an associated map.
- AdUnitImpl() - Constructor for class com.google.gwt.maps.client.adsense.AdUnitImpl
-
use newInstance();
- AdUnitOptions - Class in com.google.gwt.maps.client.adsense
-
- AdUnitOptions() - Constructor for class com.google.gwt.maps.client.adsense.AdUnitOptions
-
use newInstance();
- AdUnitWidget - Class in com.google.gwt.maps.client.adsense
-
Implements AdSense for Content advertising on an associated map.
- AdUnitWidget(AdUnitOptions) - Constructor for class com.google.gwt.maps.client.adsense.AdUnitWidget
-
create AdUnit widget
- Animation - Enum in com.google.gwt.maps.client.overlays
-
- AnimationChangeEventFormatter - Class in com.google.gwt.maps.client.events.animation
-
- AnimationChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.animation.AnimationChangeEventFormatter
-
- AnimationChangeMapEvent - Class in com.google.gwt.maps.client.events.animation
-
- AnimationChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.animation.AnimationChangeMapEvent
-
- AnimationChangeMapHandler - Interface in com.google.gwt.maps.client.events.animation
-
- API_VERSION - Static variable in class com.google.gwt.maps.client.LoadApi
-
Note: If you use 3, it will take the newest stable available.
- Autocomplete - Class in com.google.gwt.maps.client.placeslib
-
A service to provide Place predictions based on a user's text input.
- Autocomplete() - Constructor for class com.google.gwt.maps.client.placeslib.Autocomplete
-
use newInstance();
- AutocompleteOptions - Class in com.google.gwt.maps.client.placeslib
-
The options that can be set on an Autocomplete.
- AutocompleteOptions() - Constructor for class com.google.gwt.maps.client.placeslib.AutocompleteOptions
-
use newInstance();
- AutocompleteType - Enum in com.google.gwt.maps.client.placeslib
-
Supported types are 'establishment' for businesses and 'geocode' for addresses.
- geocode(GeocoderRequest, GeocoderRequestHandler) - Method in class com.google.gwt.maps.client.services.Geocoder
-
Geocode a request.
- Geocoder - Class in com.google.gwt.maps.client.services
-
A service for converting between an address and LatLng.
- Geocoder() - Constructor for class com.google.gwt.maps.client.services.Geocoder
-
use newInstance();
- GeocoderAddressComponent - Class in com.google.gwt.maps.client.services
-
A single address component within a GeocoderResult.
- GeocoderAddressComponent() - Constructor for class com.google.gwt.maps.client.services.GeocoderAddressComponent
-
use newInstance();
- GeocoderGeometry - Class in com.google.gwt.maps.client.services
-
- GeocoderGeometry() - Constructor for class com.google.gwt.maps.client.services.GeocoderGeometry
-
use newInstance();
- GeocoderLocationType - Enum in com.google.gwt.maps.client.services
-
Describes the type of location returned from a geocode.
- GeocoderRequest - Class in com.google.gwt.maps.client.services
-
The specification for a geocoding request to be sent to the Geocoder.
- GeocoderRequest() - Constructor for class com.google.gwt.maps.client.services.GeocoderRequest
-
use newInstance();
- GeocoderRequestHandler - Interface in com.google.gwt.maps.client.services
-
- GeocoderResult - Class in com.google.gwt.maps.client.services
-
A single geocoder result retrieved from the geocode server.
- GeocoderResult() - Constructor for class com.google.gwt.maps.client.services.GeocoderResult
-
use newInstance();
- GeocoderStatus - Enum in com.google.gwt.maps.client.services
-
The status returned by the Geocoder on the completion of a call to geocode().
- get(int) - Method in class com.google.gwt.maps.client.mvc.MVCArray
-
Get an element at the specified index.
- get(String) - Method in class com.google.gwt.maps.client.mvc.MVCObject
-
Gets a value.
- getAddress() - Method in class com.google.gwt.maps.client.services.GeocoderRequest
-
Address.
- getAddress_Components() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
The collection of address components for this Place's location.
- getAddress_Components() - Method in class com.google.gwt.maps.client.services.GeocoderResult
-
An array of GeocoderAddressComponents
- getAddressControl() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
gets The enabled/disabled state of the address control.
- getAddressControlOptions() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
gets The display options for the address control.
- getAlt() - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
-
get Alt text to display when this MapType's button is hovered over in the MapTypeControl.
- getAlt() - Method in interface com.google.gwt.maps.client.maptypes.MapType
-
gets Alt text to display when this MapType's button is hovered over in the MapTypeControl.
- getAlt() - Method in class com.google.gwt.maps.client.maptypes.StyledMapTypeOptions
-
gets Text to display when this MapType's button is hovered over in the map type control.
- getAnchor() - Method in class com.google.gwt.maps.client.overlays.MarkerImage
-
gets The position at which to anchor an image in correspondance to the location of the marker on the map.
- getAnimation() - Method in class com.google.gwt.maps.client.overlays.Marker
-
get animation
- getAnimation() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
gets Which animation to play when marker is added to a map.
- getArray() - Method in class com.google.gwt.maps.client.mvc.MVCArray
-
Returns a reference to the underlying Array.
- getAsJson(JavaScriptObject) - Method in class com.google.gwt.maps.client.events.MapEvent
-
get property object as json
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.animation.AnimationChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.bounds.BoundsChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.center.CenterChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.channelnumber.ChannelNumberChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.click.ClickMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.clickable.ClickableChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.closeclick.CloseClickMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.content.ContentChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.cursor.CursorChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.dblclick.DblClickMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.directions.DirectionsChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.domready.DomReadyMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.drag.DragMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.dragend.DragEndMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.draggable.DraggableChangedMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.dragstart.DragStartMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.flat.FlatChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.format.FormatChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.fusiontablemouse.FusionTablesMouseMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.heading.HeadingChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.icon.IconChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.idle.IdleMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.insertat.InsertAtMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.kmlmouse.KmlMouseMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.kmlviewport.DefaultViewportChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.links.LinksChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.mapchange.MapChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.MapEvent
-
implement in the event that inherits this
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.maptypeid.MapTypeIdChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.mousedown.MouseDownMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.mousemove.MouseMoveMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.mouseout.MouseOutMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.mouseover.MouseOverMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.mouseup.MouseUpMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.overlaycomplete.circle.CircleCompleteMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.overlaycomplete.marker.MarkerCompleteMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.overlaycomplete.OverlayCompleteMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.overlaycomplete.polygon.PolygonCompleteMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.overlaycomplete.polyline.PolylineCompleteMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.overlaycomplete.rectangle.RectangleCompleteMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.pano.PanoChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.panoramiomouse.PanoramioMouseMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.place.PlaceChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.position.PositionChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.pov.PovChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.projection.ProjectionChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.radius.RadiusChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.removeat.RemoveAtMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.resize.ResizeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.rightclick.RightClickMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.setat.SetAtMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.shadow.ShadowChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.shape.ShapeChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.tiles.TilesLoadedMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.tilt.TiltChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.title.TitleChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.visible.VisibleChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.zindex.ZindexChangeMapEvent
-
- getAssociatedType() - Method in class com.google.gwt.maps.client.events.zoom.ZoomChangeMapEvent
-
- getAuthor() - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
-
The feature's
, extracted from the layer markup (if specified).
- getAuthor() - Method in class com.google.gwt.maps.client.layers.KmlLayerMetadata
-
The layer's
, extracted from the layer markup.
- getAuthor() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioFeature
-
The username of the user who uploaded this photo.
- getAvoidHighways() - Method in class com.google.gwt.maps.client.services.DirectionsRequest
-
If true, instructs the Directions service to avoid highways where
possible.
- getAvoidHighways() - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
-
If true, instructs the Distance Matrix service to avoid highways where possible.
- getAvoidTolls() - Method in class com.google.gwt.maps.client.services.DirectionsRequest
-
If true, instructs the Directions service to avoid toll roads where
possible.
- getAvoidTolls() - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
-
If true, instructs the Distance Matrix service to avoid toll roads where possible.
- getBackgroundColor() - Method in class com.google.gwt.maps.client.MapOptions
-
get Color used for the background of the Map div.
- getBounds() - Method in class com.google.gwt.maps.client.MapImpl
-
Returns the lat/lng bounds of the current viewport.
- getBounds() - Method in class com.google.gwt.maps.client.MapWidget
-
Returns the lat/lng bounds of the current viewport.
- getBounds() - Method in class com.google.gwt.maps.client.overlays.Circle
-
Returns the bounds of this circle.
- getBounds() - Method in class com.google.gwt.maps.client.overlays.GroundOverlay
-
Returns the bounds of this groundoverlay.
- getBounds() - Method in class com.google.gwt.maps.client.overlays.Rectangle
-
Returns the bounds of this rectangle.
- getBounds() - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
-
gets The bounds.
- getBounds() - Method in class com.google.gwt.maps.client.placeslib.Autocomplete
-
Returns the bounds to which predictions are biased.
- getBounds() - Method in class com.google.gwt.maps.client.placeslib.AutocompleteOptions
-
The area in which to search for Places.
- getBounds() - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
-
The bounds within which to search for Places.
- getBounds() - Method in class com.google.gwt.maps.client.services.DirectionsRoute
-
The bounds for this route.
- getBounds() - Method in class com.google.gwt.maps.client.services.GeocoderGeometry
-
The precise bounds of this GeocodeResult, if applicable
- getBounds() - Method in class com.google.gwt.maps.client.services.GeocoderRequest
-
LatLngBounds within which to search.
- getCenter() - Method in class com.google.gwt.maps.client.base.LatLngBounds
-
Computes the center of this LatLngBounds
- getCenter() - Method in class com.google.gwt.maps.client.MapImpl
-
return map center in coordinates
- getCenter() - Method in class com.google.gwt.maps.client.MapOptions
-
- getCenter() - Method in class com.google.gwt.maps.client.MapWidget
-
get Center
- getCenter() - Method in class com.google.gwt.maps.client.overlays.Circle
-
Returns the center of this circle.
- getCenter() - Method in class com.google.gwt.maps.client.overlays.CircleOptions
-
gets the center
- getCenterHeading() - Method in class com.google.gwt.maps.client.streetview.StreetViewTileData
-
gets The heading (in degrees) at the center of the panoramic tiles.
- getChannelNumber() - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
-
Returns the channel number in use by this AdUnit.
- getChannelNumber() - Method in class com.google.gwt.maps.client.adsense.AdUnitOptions
-
The AdSense For Content channel number for tracking the performance of
this AdUnit.
- getChannelNumber() - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
-
Returns the channel number in use by this AdUnit.
- getCircle() - Method in class com.google.gwt.maps.client.events.overlaycomplete.circle.CircleCompleteMapEvent
-
- getCircle() - Method in class com.google.gwt.maps.client.events.overlaycomplete.OverlayCompleteMapEvent
-
- getCircleOptions() - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
-
Options to apply to any new circles created with this DrawingManager.
- getClickable() - Method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
-
gets If true, the layer receives mouse events.
- getClickable() - Method in class com.google.gwt.maps.client.layers.KmlLayerOptions
-
If true, the layer receives mouse events.
- getClickable() - Method in class com.google.gwt.maps.client.overlays.CircleOptions
-
gets Indicates whether this Polyline handles click events.
- getClickable() - Method in class com.google.gwt.maps.client.overlays.GroundOverlayOptions
-
gets Indicates whether this Polyline handles click events.
- getClickable() - Method in class com.google.gwt.maps.client.overlays.Marker
-
get Clickable
- getClickable() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
gets If true, the marker receives mouse and touch events.
- getClickable() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
gets Indicates whether this Polyline handles click events.
- getClickable() - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
-
gets Indicates whether this Polyline handles click events.
- getClickable() - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
-
gets Indicates whether this Polyline handles click events.
- getClickable() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayerOptions
-
If true, the layer receives mouse events.
- getClickable() - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
-
gets If true, the layer receives mouse events.
- getColumnName() - Method in class com.google.gwt.maps.client.layers.FusionTablesCell
-
The name of the column in which the cell was located.
- getContainer() - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
-
Returns the containing element of the AdUnit.
- getContainer() - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
-
Returns the containing element of the AdUnit.
- getContent_Element() - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
-
get Content to display in the InfoWindow.
- getContent_Node() - Method in class com.google.gwt.maps.client.overlays.InfoWindow
-
get content if its a node
- getContent_String() - Method in class com.google.gwt.maps.client.overlays.InfoWindow
-
get content if its a string
- getContent_String() - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
-
get Content to display in the InfoWindow.
- getControls() - Method in class com.google.gwt.maps.client.MapImpl
-
TODO gets Additional controls to attach to the map.
- getControls() - Method in class com.google.gwt.maps.client.MapWidget
-
TODO gets Additional controls to attach to the map.
- getCoordinates() - Method in class com.google.gwt.maps.client.overlays.MarkerShape
-
gets coords (refer to setter)
- getCopyright() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaData
-
gets Specifies the copyright text for this panorama.
- getCopyrights() - Method in class com.google.gwt.maps.client.services.DirectionsRoute
-
Copyrights text to be displayed for this route.
- getCursor() - Method in class com.google.gwt.maps.client.overlays.Marker
-
get Cursor
- getCursor() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
gets Mouse cursor to show on hover
- getDefaultViewport() - Method in class com.google.gwt.maps.client.layers.KmlLayer
-
Get the default viewport for the layer being displayed.
- getDescription() - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
-
The feature's , extracted from the layer markup.
- getDescription() - Method in class com.google.gwt.maps.client.layers.KmlLayerMetadata
-
The layer's , extracted from the layer markup.
- getDescription() - Method in class com.google.gwt.maps.client.streetview.StreetViewLink
-
gets A localized string describing the link.
- getDescription() - Method in class com.google.gwt.maps.client.streetview.StreetViewLocation
-
gets A localized string describing the location.
- getDestination_LatLng() - Method in class com.google.gwt.maps.client.services.DirectionsRequest
-
Location of destination.
- getDestination_String() - Method in class com.google.gwt.maps.client.services.DirectionsRequest
-
Location of destination.
- getDestinationAddresses() - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponse
-
The formatted destination addresses.
- getDestinations() - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
-
An array containing destination address strings and/or LatLngs, to which to calculate distance and time.
- getDestinations_Strings() - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
-
An array containing destination address strings and/or LatLngs, to which to calculate distance and time.
- getDetails(PlaceDetailsRequest, PlaceDetailsHandler) - Method in class com.google.gwt.maps.client.placeslib.PlacesService
-
Retrieves details about the Place identified by the given reference.
- getDirections() - Method in class com.google.gwt.maps.client.services.DirectionsRenderer
-
Returns the renderer's current set of directions.
- getDirections() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
The directions to display on the map and/or in a <div>
panel, retrieved as a DirectionsResult object from DirectionsService.
- getDisableAutoPan() - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
-
gets Disable auto-pan on open.
- getDisableDefaultUi() - Method in class com.google.gwt.maps.client.MapOptions
-
get Enables/disables all default UI.
- getDisableDoubleClickZoom() - Method in class com.google.gwt.maps.client.MapOptions
-
get enables/disables zoom and center on double click.
- getDisableDoubleClickZoom() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
gets Enables/disables zoom on double click.
- getDistance() - Method in class com.google.gwt.maps.client.services.DirectionsLeg
-
The total distance covered by this leg.
- getDistance() - Method in class com.google.gwt.maps.client.services.DirectionsStep
-
The distance covered by this step.
- getDistance() - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponseElement
-
The distance for this origin-destination pairing.
- getDistanceMatrix(DistanceMatrixRequest, DistanceMatrixRequestHandler) - Method in class com.google.gwt.maps.client.services.DistanceMatrixService
-
- getDiv() - Method in class com.google.gwt.maps.client.MapImpl
-
Get map's containing element
- getDiv() - Method in class com.google.gwt.maps.client.MapWidget
-
get Element
- getDraggable() - Method in class com.google.gwt.maps.client.MapOptions
-
get If false, prevents the map from being dragged.
- getDraggable() - Method in class com.google.gwt.maps.client.overlays.Marker
-
get Draggable
- getDraggable() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
gets If true, the marker can be dragged.
- getDraggable() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
If true, allows the user to drag and modify the paths of routes rendered
by this DirectionsRenderer.
- getDraggableCursor() - Method in class com.google.gwt.maps.client.MapOptions
-
get The name or url of the cursor to display on a draggable object.
- getDraggingCursor() - Method in class com.google.gwt.maps.client.MapOptions
-
get The name or url of the cursor to display when an object is dragging.
- getDrawingControl() - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
-
The enabled/disabled state of the drawing control.
- getDrawingControlOptions() - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
-
The display options for the drawing control.
- getDrawingMode() - Method in class com.google.gwt.maps.client.drawinglib.DrawingManager
-
Returns the DrawingManager's drawing mode.
- getDrawingModes() - Method in class com.google.gwt.maps.client.drawinglib.DrawingControlOptions
-
The drawing modes to display in the drawing control, in the order in
which they are to be displayed.
- getDuration() - Method in class com.google.gwt.maps.client.services.DirectionsLeg
-
The total duration of this leg.
- getDuration() - Method in class com.google.gwt.maps.client.services.DirectionsStep
-
The typical time required to perform this step in seconds and in text form.
- getDuration() - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponseElement
-
The duration for this origin-destination pairing.
- getEditable() - Method in class com.google.gwt.maps.client.overlays.Circle
-
Returns whether this circle can be edited by the user.
- getEditable() - Method in class com.google.gwt.maps.client.overlays.Polygon
-
Returns whether this shape can be edited by the user.
- getEditable() - Method in class com.google.gwt.maps.client.overlays.Polyline
-
Returns whether this shape can be edited by the user.
- getEditable() - Method in class com.google.gwt.maps.client.overlays.Rectangle
-
Returns whether this rectangle can be edited by the user.
- getElements() - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponseRow
-
The row's elements, corresponding to the destination addresses.
- getElementType() - Method in class com.google.gwt.maps.client.controls.MapTypeStyle
-
get set Selects the element type to which a styler should be applied.
- getElevation() - Method in class com.google.gwt.maps.client.services.ElevationResult
-
The elevation of this point on Earth, in meters above sea level.
- getElevationAlongPath(PathElevationRequest, ElevationServiceHandler) - Method in class com.google.gwt.maps.client.services.ElevationService
-
Makes an elevation request along a path, where the elevation data are returned as distance-based samples along that path.
- getElevationForLocations(LocationElevationRequest, ElevationServiceHandler) - Method in class com.google.gwt.maps.client.services.ElevationService
-
Makes an elevation request for a list of discrete locations.
- getEmail() - Method in class com.google.gwt.maps.client.layers.KmlAuthor
-
The author's e-mail address, or an empty string if not specified.
- getEnableCloseButton() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
gets If true, the close button is displayed.
- getEnabled() - Method in class com.google.gwt.maps.client.layers.FusionTableHeatmap
-
gets If true, render the layer as a heatmap.
- getEnd_Address() - Method in class com.google.gwt.maps.client.services.DirectionsLeg
-
The address of the destination of this leg.
- getEnd_Location() - Method in class com.google.gwt.maps.client.services.DirectionsLeg
-
The DirectionsService calculates directions between locations by using the nearest transportation option (usually a road) at the start and end locations.
- getEnd_Location() - Method in class com.google.gwt.maps.client.services.DirectionsStep
-
The ending location of this step.
- getFeatureData() - Method in class com.google.gwt.maps.client.events.kmlmouse.KmlMouseMapEvent
-
get A KmlFeatureData object, containing information about the clicked feature.
- getFeatureDetails() - Method in class com.google.gwt.maps.client.events.panoramiomouse.PanoramioMouseMapEvent
-
A PanoramioFeature object containing information about the clicked feature.
- getFeatureType() - Method in class com.google.gwt.maps.client.controls.MapTypeStyle
-
get Selects the feature, or group of features, to which a styler should be applied.
- getFillColor() - Method in class com.google.gwt.maps.client.layers.FusionTablesPolygonOptions
-
gets The fill color, defined by a six-digit hexadecimal number in RRGGBB format (e.g.
- getFillColor() - Method in class com.google.gwt.maps.client.overlays.CircleOptions
-
The fill color.
- getFillColor() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
The fill color.
- getFillColor() - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
-
The fill color.
- getFillOpacity() - Method in class com.google.gwt.maps.client.layers.FusionTablesPolygonOptions
-
gets The fill opacity between 0.0 and 1.0.
- getFillOpacity() - Method in class com.google.gwt.maps.client.overlays.CircleOptions
-
The fill opacity between 0.0 and 1.0
- getFillOpacity() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
The fill opacity between 0.0 and 1.0
- getFillOpacity() - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
-
The fill opacity between 0.0 and 1.0
- getFlat() - Method in class com.google.gwt.maps.client.overlays.Marker
-
get Flat
- getFlat() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
gets If true, the marker shadow will not be displayed.
- getFloatPane() - Method in class com.google.gwt.maps.client.overlays.MapPanes
-
gets This pane contains the info window.
- getFloatShadow() - Method in class com.google.gwt.maps.client.overlays.MapPanes
-
gets This pane contains the info window shadow.
- getFormat() - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
-
Returns the format in use by this AdUnit.
- getFormat() - Method in class com.google.gwt.maps.client.adsense.AdUnitOptions
-
The Format of the AdUnit.
- getFormat() - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
-
Returns the format in use by this AdUnit.
- getFormatImpl() - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
-
- getFormatted_Address() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
The Place's full address.
- getFormatted_Address() - Method in class com.google.gwt.maps.client.services.GeocoderResult
-
A string containing the human-readable address of this location.
- getFormatted_Phone_Number() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
The Place's phone number, formatted according to the number's regional convention.
- getFrom() - Method in class com.google.gwt.maps.client.layers.FusionTablesQuery
-
gets The ID of the Fusion Tables table to display.
- getGamma() - Method in class com.google.gwt.maps.client.maptypes.MapTypeStyler
-
gets Gamma.
- getGeodesic() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
gets When true, render each edge as a geodesic (a segment of a "great circle").
- getGeodesic() - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
-
gets When true, render each edge as a geodesic (a segment of a "great circle").
- getGeometry() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
The Place's geometry-related information.
- getGeometry() - Method in class com.google.gwt.maps.client.services.GeocoderResult
-
A GeocoderGeometry object
- getHeading() - Method in class com.google.gwt.maps.client.MapImpl
-
Returns the compass heading of aerial imagery.
- getHeading() - Method in class com.google.gwt.maps.client.MapOptions
-
get The heading for aerial imagery in degrees measured clockwise from
cardinal direction North.
- getHeading() - Method in class com.google.gwt.maps.client.MapWidget
-
Returns the compass heading of aerial imagery.
- getHeading() - Method in class com.google.gwt.maps.client.streetview.StreetViewLink
-
gets The heading of the link.
- getHeading() - Method in class com.google.gwt.maps.client.streetview.StreetViewPov
-
gets The camera heading in degrees relative to true north.
- getHeatmap() - Method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
-
gets Options which define the appearance of the layer as a heatmap.
- getHeight() - Method in class com.google.gwt.maps.client.base.Size
-
gets The height along the y-axis, in pixels.
- getHideRouteList() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
This property indicates whether the renderer should provide UI to select
amongst alternative routes.
- getHtml_Attributions() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
Attribution text to be displayed for this Place result.
- getHue() - Method in class com.google.gwt.maps.client.maptypes.MapTypeStyler
-
gets Sets the hue of the feature to match the hue of the color supplied.
- getIcon() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
URL to an image resource that can be used to represent this Place's category.
- getIcon_MarkerImage() - Method in class com.google.gwt.maps.client.overlays.Marker
-
get Icon (if it is a marker image)
- getIcon_MarkerImage() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
gets Map on which to display Marker.
- getIcon_String() - Method in class com.google.gwt.maps.client.overlays.Marker
-
get Icon (if its a string use this)
- getIcon_String() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
gets Icon for the foreground
- getIconName() - Method in class com.google.gwt.maps.client.layers.FusionTablesMarkerOptions
-
gets The name of a Fusion Tables supported icon.
- getId() - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
-
The feature's , extracted from the layer markup.
- getId() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
A unique identifier denoting this Place.
- getIndex() - Method in class com.google.gwt.maps.client.events.insertat.InsertAtMapEvent
-
- getIndex() - Method in class com.google.gwt.maps.client.events.removeat.RemoveAtMapEvent
-
- getIndex() - Method in class com.google.gwt.maps.client.events.setat.SetAtMapEvent
-
- getInfoWindow() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
The InfoWindow in which to render text information when a marker is
clicked.
- getInfoWindowHtml() - Method in class com.google.gwt.maps.client.events.fusiontablemouse.FusionTablesMouseMapEvent
-
Pre-rendered HTML content, as placed in the infowindow by the default UI.
- getInfoWindowHtml() - Method in class com.google.gwt.maps.client.events.panoramiomouse.PanoramioMouseMapEvent
-
Pre-rendered HTML content, as placed in the infowindow by the default UI.
- getInfoWindowHtml() - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
-
The feature's balloon styled text, if set.
- getInstructions() - Method in class com.google.gwt.maps.client.services.DirectionsStep
-
Instructions for this step.
- getInternational_Phone_Number() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
The Place's phone number in international format.
- getInvertLightness() - Method in class com.google.gwt.maps.client.maptypes.MapTypeStyler
-
gets Inverts lightness.
- getJso() - Method in class com.google.gwt.maps.client.MapWidget
-
get JavaScriptObject instance.
- getJso() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
-
get the JavaScriptObject overlay
- getKeyboardShortcuts() - Method in class com.google.gwt.maps.client.MapOptions
-
get If false, prevents the map from being controlled by the keyboard.
- getKeyword() - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
-
A term to be matched against all available fields, including but not limited to name, type, and address, as well as customer reviews and other third-party content.
- getLabelColor() - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
-
Sets the color of labels on the weather layer.
- getLatitude() - Method in class com.google.gwt.maps.client.base.LatLng
-
get latitude
- getLatLng() - Method in class com.google.gwt.maps.client.events.fusiontablemouse.FusionTablesMouseMapEvent
-
The position at which to anchor an infowindow on the clicked feature.
- getLatLng() - Method in class com.google.gwt.maps.client.events.kmlmouse.KmlMouseMapEvent
-
get The position at which to anchor an infowindow on the clicked feature.
- getLatLng() - Method in class com.google.gwt.maps.client.events.MouseEvent
-
get lat lng
- getLatLng() - Method in class com.google.gwt.maps.client.events.panoramiomouse.PanoramioMouseMapEvent
-
The position at which to anchor an infowindow on the clicked feature.
- getLatLng() - Method in class com.google.gwt.maps.client.streetview.StreetViewLocation
-
gets The latlng of the panorama.
- getLegs() - Method in class com.google.gwt.maps.client.services.DirectionsRoute
-
An array of DirectionsLegs, each of which contains information about the steps of which it is composed.
- getLength() - Method in class com.google.gwt.maps.client.mvc.MVCArray
-
Returns the number of elements in this array.
- getLightness() - Method in class com.google.gwt.maps.client.maptypes.MapTypeStyler
-
gets Lightness.
- getLinks() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaData
-
gets Specifies the navigational links to adjacent panoramas.
- getLinks() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
-
Returns the set of navigation links for the Street View panorama.
- getLinks() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
-
Returns the set of navigation links for the Street View panorama.
- getLinksControl() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
gets The enabled/disabled state of the links control.
- getLocation() - Method in class com.google.gwt.maps.client.placeslib.PlaceGeometry
-
The Place's position.
- getLocation() - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
-
The location around which to search for Places.
- getLocation() - Method in class com.google.gwt.maps.client.services.ElevationResult
-
The location of this elevation result.
- getLocation() - Method in class com.google.gwt.maps.client.services.GeocoderGeometry
-
The latitude/longitude coordinates of this result
- getLocation() - Method in class com.google.gwt.maps.client.services.GeocoderRequest
-
LatLng about which to search.
- getLocation() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaData
-
gets Specifies the location meta-data for this panorama.
- getLocation_LatLng() - Method in class com.google.gwt.maps.client.services.DirectionsWaypoint
-
Waypoint location.
- getLocation_String() - Method in class com.google.gwt.maps.client.services.DirectionsWaypoint
-
Waypoint location.
- getLocation_Type() - Method in class com.google.gwt.maps.client.services.GeocoderGeometry
-
The type of location returned in location
- getLocations() - Method in class com.google.gwt.maps.client.services.LocationElevationRequest
-
The discrete locations for which to retrieve elevations.
- getLong_Name() - Method in class com.google.gwt.maps.client.services.GeocoderAddressComponent
-
The full text of the address component
- getLongitude() - Method in class com.google.gwt.maps.client.base.LatLng
-
Returns the longitude in degrees.
- getMap() - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
-
Returns the map to which this AdUnit's ads are targeted.
- getMap() - Method in class com.google.gwt.maps.client.adsense.AdUnitOptions
-
The map associated with this AdUnit.
- getMap() - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
-
Returns the map to which this AdUnit's ads are targeted.
- getMap() - Method in class com.google.gwt.maps.client.drawinglib.DrawingManager
-
Returns the Map to which the DrawingManager is attached, which is the Map
on which the overlays created will be placed.
- getMap() - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
-
The Map to which the DrawingManager is attached, which is the Map on
which the overlays created will be placed.
- getMap() - Method in class com.google.gwt.maps.client.layers.BicyclingLayer
-
- getMap() - Method in class com.google.gwt.maps.client.layers.FusionTablesLayer
-
Returns the map on which this layer is displayed.
- getMap() - Method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
-
Returns the map on which this layer is displayed.
- getMap() - Method in class com.google.gwt.maps.client.layers.KmlLayer
-
Get the map on which the KML Layer is being rendered.
- getMap() - Method in class com.google.gwt.maps.client.layers.KmlLayerOptions
-
Get the map on which the KML Layer is being rendered.
- getMap() - Method in class com.google.gwt.maps.client.layers.TrafficLayer
-
- getMap() - Method in class com.google.gwt.maps.client.layers.TransitLayer
-
Get the map on which the layer is being rendered.
- getMap() - Method in class com.google.gwt.maps.client.overlays.Circle
-
Returns the map on which this circle is displayed.
- getMap() - Method in class com.google.gwt.maps.client.overlays.GroundOverlay
-
Returns the map on which this groundoverlay is displayed.
- getMap() - Method in class com.google.gwt.maps.client.overlays.Marker
-
- getMap() - Method in class com.google.gwt.maps.client.overlays.Polygon
-
Returns the map on which this shape is attached.
- getMap() - Method in class com.google.gwt.maps.client.overlays.Polyline
-
Returns the map on which this shape is attached.
- getMap() - Method in class com.google.gwt.maps.client.overlays.Rectangle
-
Returns the map on which this rectangle is displayed.
- getMap() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayer
-
The map on which to display the layer.
- getMap() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayerOptions
-
The map on which to display the layer.
- getMap() - Method in class com.google.gwt.maps.client.services.DirectionsRenderer
-
Returns the map on which the DirectionsResult is rendered.
- getMap() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
Map on which to display the directions.
- getMap() - Method in class com.google.gwt.maps.client.weatherlib.CloudLayer
-
- getMap() - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayer
-
- getMap() - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
-
Returns the map on which this layer is displayed.
- getMap_StreetViewPanorama() - Method in class com.google.gwt.maps.client.overlays.Marker
-
get Map (if it is a pano)
- getMapMaker() - Method in class com.google.gwt.maps.client.MapOptions
-
Gets Map Maker usage.
- getMapPane() - Method in class com.google.gwt.maps.client.overlays.MapPanes
-
gets This pane is the lowest pane and is above the tiles.
- getMapStreetViewPanoramaWidget() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
gets Map on which to display Marker.
- getMapTypeControl() - Method in class com.google.gwt.maps.client.MapOptions
-
get The initial enabled/disabled state of the Map type control.
- getMapTypeControlOptions() - Method in class com.google.gwt.maps.client.MapOptions
-
get The initial display options for the Map type control.
- getMapTypeId() - Method in class com.google.gwt.maps.client.MapImpl
-
- getMapTypeId() - Method in class com.google.gwt.maps.client.MapOptions
-
- getMapTypeId() - Method in class com.google.gwt.maps.client.MapWidget
-
- getMapTypeIds() - Method in class com.google.gwt.maps.client.controls.MapTypeControlOptions
-
- getMapTypeIdsString() - Method in class com.google.gwt.maps.client.controls.MapTypeControlOptions
-
- getMapTypeIdString() - Method in class com.google.gwt.maps.client.MapOptions
-
Get mapTypeId string
- getMapTypeRegistry() - Method in class com.google.gwt.maps.client.MapImpl
-
gets A registry of MapType instances by string ID.
- getMapTypeRegistry() - Method in class com.google.gwt.maps.client.MapWidget
-
gets a registry of MapType instances
- getMapTypeStyles() - Method in class com.google.gwt.maps.client.MapOptions
-
get set Styles to apply to each of the default map types.
- getMapWidget() - Method in class com.google.gwt.maps.client.overlays.CircleOptions
-
gets Map on which to display Polyline.
- getMapWidget() - Method in class com.google.gwt.maps.client.overlays.GroundOverlayOptions
-
gets Map on which to display Polyline.
- getMapWidget() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
gets Map on which to display Polyline.
- getMapWidget() - Method in class com.google.gwt.maps.client.overlays.OverlayView
-
get mapWidget
- getMapWidget() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
gets Map on which to display Polyline.
- getMapWidget() - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
-
gets Map on which to display Polyline.
- getMapWidget() - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
-
gets Map on which to display Polyline.
- getMapWidget() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
- getMarker() - Method in class com.google.gwt.maps.client.events.overlaycomplete.marker.MarkerCompleteMapEvent
-
- getMarker() - Method in class com.google.gwt.maps.client.events.overlaycomplete.OverlayCompleteMapEvent
-
- getMarkerOptions() - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
-
Options to apply to any new markers created with this DrawingManager.
- getMarkerOptions() - Method in class com.google.gwt.maps.client.layers.FusionTablesStyle
-
gets Options which control the appearance of point features.
- getMarkerOptions() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
Options for the markers.
- getMax_Zindex() - Method in class com.google.gwt.maps.client.overlays.Marker
-
The maximum default z-index that the API will assign to a marker.
- getMaxWidth() - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
-
gets Maximum width of the infowindow, regardless of content's width.
- getMaxZoom() - Method in class com.google.gwt.maps.client.MapOptions
-
get maxZoom
- getMaxZoom() - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
-
gets The maximum zoom level for the map when displaying this MapType.
- getMaxZoom() - Method in class com.google.gwt.maps.client.maptypes.StyledMapTypeOptions
-
gets The maximum zoom level for the map when displaying this MapType.
- getMaxZoomAtLatLng(LatLng, MaxZoomServiceHandler) - Method in class com.google.gwt.maps.client.services.MaxZoomService
-
Returns the maximum zoom level available at a particular LatLng for the Satellite map type.
- getMetadata() - Method in class com.google.gwt.maps.client.layers.KmlLayer
-
Get the metadata associated with this layer, as specified in the layer markup.
- getMinZoom() - Method in class com.google.gwt.maps.client.MapOptions
-
get The minimum zoom level which will be displayed on the map.
- getMinZoom() - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
-
gets The minimum zoom level for the map when displaying this MapType.
- getMinZoom() - Method in class com.google.gwt.maps.client.maptypes.StyledMapTypeOptions
-
gets The minimum zoom level for the map when displaying this MapType.
- getMouseEvent() - Method in class com.google.gwt.maps.client.events.click.ClickMapEvent
-
- getMouseEvent() - Method in class com.google.gwt.maps.client.events.dblclick.DblClickMapEvent
-
- getMouseEvent() - Method in class com.google.gwt.maps.client.events.mousedown.MouseDownMapEvent
-
- getMouseEvent() - Method in class com.google.gwt.maps.client.events.mousemove.MouseMoveMapEvent
-
- getMouseEvent() - Method in class com.google.gwt.maps.client.events.mouseout.MouseOutMapEvent
-
- getMouseEvent() - Method in class com.google.gwt.maps.client.events.mouseover.MouseOverMapEvent
-
- getMouseEvent() - Method in class com.google.gwt.maps.client.events.mouseup.MouseUpMapEvent
-
- getMouseEvent() - Method in class com.google.gwt.maps.client.events.rightclick.RightClickMapEvent
-
- getMVCObject() - Method in class com.google.gwt.maps.client.mvc.MVCObjectWidget
-
Convenience method to get the JSO/MVC object (MapWidget, StreetViewPanoRamaWidget, AdUnitWidget, ...?)
- getName() - Method in enum com.google.gwt.maps.client.adsense.AdFormat
-
- getName() - Method in enum com.google.gwt.maps.client.controls.ControlPosition
-
returns enum name
- getName() - Method in class com.google.gwt.maps.client.layers.KmlAuthor
-
The author's name, or an empty string if not specified.
- getName() - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
-
The feature's , extracted from the layer markup.
- getName() - Method in class com.google.gwt.maps.client.layers.KmlLayerMetadata
-
The layer's , extracted from the layer markup.
- getName() - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
-
gets Name to display in the MapTypeControl.
- getName() - Method in class com.google.gwt.maps.client.maptypes.StyledMapTypeOptions
-
gets The name to display in the map type control.
- getName() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
The Place's name.
- getName() - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
-
Restricts the Place search results to Places that include this text in the name.
- getNoClear() - Method in class com.google.gwt.maps.client.MapOptions
-
get If true, do not clear the contents of the Map div.
- getNorthEast() - Method in class com.google.gwt.maps.client.base.LatLngBounds
-
Returns the north-east corner of this bounds.
- getOpacity() - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
-
gets The opacity to apply to the tiles.
- getOpened() - Method in class com.google.gwt.maps.client.controls.OverviewMapControlOptions
-
gets Whether the control should display in opened mode or collapsed (minimized) mode.
- getOptimized() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
gets Optimization renders many markers as a single static element.
- getOptimizeWaypoints() - Method in class com.google.gwt.maps.client.services.DirectionsRequest
-
If set to true, the DirectionService will attempt to re-order the
supplied intermediate waypoints to minimize overall cost of the route.
- getOrigin() - Method in class com.google.gwt.maps.client.overlays.MarkerImage
-
gets The position of the image within a sprite, if any.
- getOrigin_LatLng() - Method in class com.google.gwt.maps.client.services.DirectionsRequest
-
Location of origin.
- getOrigin_String() - Method in class com.google.gwt.maps.client.services.DirectionsRequest
-
Location of origin.
- getOriginAddresses() - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponse
-
The formatted origin addresses.
- getOrigins() - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
-
An array containing origin address strings and/or LatLngs, from which to calculate distance and time.
- getOrigins_Strings() - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
-
An array containing origin address strings and/or LatLngs, from which to calculate distance and time.
- getOverlayImage() - Method in class com.google.gwt.maps.client.overlays.MapPanes
-
gets This pane contains the marker foreground images.
- getOverlayLayer() - Method in class com.google.gwt.maps.client.overlays.MapPanes
-
gets This pane contains polylines, polygons, ground overlays and tile layer overlays.
- getOverlayMapTypes() - Method in class com.google.gwt.maps.client.MapImpl
-
TODO gets Additional map types to overlay.
- getOverlayMapTypes() - Method in class com.google.gwt.maps.client.MapWidget
-
TODO gets Additional map types to overlay.
- getOverlayMouseTarget() - Method in class com.google.gwt.maps.client.overlays.MapPanes
-
gets This pane contains elements that receive DOM mouse events, such as the transparent targets for markers.
- getOverlayShadow() - Method in class com.google.gwt.maps.client.overlays.MapPanes
-
gets This pane contains the marker shadows.
- getOverlayType() - Method in class com.google.gwt.maps.client.events.overlaycomplete.marker.MarkerCompleteMapEvent
-
- getOverlayType() - Method in class com.google.gwt.maps.client.events.overlaycomplete.OverlayCompleteMapEvent
-
- getOverview_Path() - Method in class com.google.gwt.maps.client.services.DirectionsRoute
-
An array of LatLngs representing the entire course of this route.
- getOverviewMapControl() - Method in class com.google.gwt.maps.client.MapOptions
-
get The enabled/disabled state of the Overview Map control.
- getOverviewMapControlOptions() - Method in class com.google.gwt.maps.client.MapOptions
-
get The display options for the Overview Map control.
- getPanControl() - Method in class com.google.gwt.maps.client.MapOptions
-
get The enabled/disabled state of the Pan control.
- getPanControl() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
gets The enabled/disabled state of the pan control.
- getPanControlOptions() - Method in class com.google.gwt.maps.client.MapOptions
-
gets The display options for the Pan control.
- getPanControlOptions() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
gets The display options for the pan control.
- getPanel() - Method in class com.google.gwt.maps.client.services.DirectionsRenderer
-
Returns the panel <div>
in which the DirectionsResult
is rendered.
- getPanel() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
The <div>
in which to display the directions steps.
- getPanes() - Method in class com.google.gwt.maps.client.overlays.OverlayView
-
Returns the panes in which this OverlayView can be rendered.
- getPano() - Method in class com.google.gwt.maps.client.streetview.StreetViewLink
-
gets A unique identifier for the panorama.
- getPano() - Method in class com.google.gwt.maps.client.streetview.StreetViewLocation
-
gets A unique identifier for the panorama.
- getPano() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
-
Returns the current panorama ID for the Street View panorama.
- getPano() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
gets The panorama ID, which should be set when specifying a custom panorama.
- getPano() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
-
Returns the current panorama ID for the Street View panorama.
- getPanoData(String, int, int, int) - Method in interface com.google.gwt.maps.client.streetview.StreetViewPanoramaProvider
-
This is called when a pano's data is wanted
- getPanoProvider() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
gets Custom panorama provider, which takes a string pano id and returns an object defining the panorama given that id.
- getPanoramaById(String, PanoramaIdHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewService
-
Retrieves the data for the given pano id and passes it to the provided callback as a StreetViewPanoramaData object.
- getPanoramaByLocation(LatLng, double, PanoramaByLocationHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewService
-
Retrieves the StreetViewPanoramaData for a panorama within a given radius of the given LatLng.
- getPath() - Method in class com.google.gwt.maps.client.overlays.Polygon
-
Retrieves the first path.
- getPath() - Method in class com.google.gwt.maps.client.overlays.Polyline
-
Retrieves the first path.
- getPath() - Method in class com.google.gwt.maps.client.services.DirectionsStep
-
A sequence of LatLngs describing the course of this step.
- getPath() - Method in class com.google.gwt.maps.client.services.PathElevationRequest
-
The path along which to collect elevation values.
- getPath_JsArray() - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
-
gets The ordered sequence of coordinates of the Polyline.
- getPath_MVCArray() - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
-
gets The ordered sequence of coordinates of the Polyline.
- getPaths() - Method in class com.google.gwt.maps.client.overlays.Polygon
-
Retrieves the paths for this polygon.
- getPaths_JsArray() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
- getPaths_MVCArray() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
- getPathss_JsArray() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
- getPathss_MVCArray() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
- getPhotoId() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioFeature
-
The unique identifier for this photo, as used in the Panoramio API.
- getPitch() - Method in class com.google.gwt.maps.client.streetview.StreetViewPov
-
gets The camera pitch in degrees, relative to the street view vehicle.
- getPixelOffset() - Method in class com.google.gwt.maps.client.events.fusiontablemouse.FusionTablesMouseMapEvent
-
gets The offset to apply to an infowindow anchored on the clicked feature.
- getPixelOffset() - Method in class com.google.gwt.maps.client.events.kmlmouse.KmlMouseMapEvent
-
get The offset to apply to an infowindow anchored on the clicked feature.
- getPixelOffset() - Method in class com.google.gwt.maps.client.events.panoramiomouse.PanoramioMouseMapEvent
-
gets The offset to apply to an infowindow anchored on the clicked feature.
- getPixelOffset() - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
-
gets The offset, in pixels, of the tip of the info window from the point on the map at whose geographical coordinates the info window is anchored.
- getPlace() - Method in class com.google.gwt.maps.client.placeslib.Autocomplete
-
Returns the details of the Place selected by the user, or null if no Place has been selected yet.
- getPolygon() - Method in class com.google.gwt.maps.client.events.overlaycomplete.OverlayCompleteMapEvent
-
- getPolygon() - Method in class com.google.gwt.maps.client.events.overlaycomplete.polygon.PolygonCompleteMapEvent
-
- getPolygonOptions() - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
-
Options to apply to any new polygons created with this DrawingManager.
- getPolygonOptions() - Method in class com.google.gwt.maps.client.layers.FusionTablesStyle
-
gets Options which control the appearance of polygons.
- getPolyline() - Method in class com.google.gwt.maps.client.events.overlaycomplete.OverlayCompleteMapEvent
-
- getPolyline() - Method in class com.google.gwt.maps.client.events.overlaycomplete.polyline.PolylineCompleteMapEvent
-
- getPolylineOptions() - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
-
Options to apply to any new polylines created with this DrawingManager.
- getPolylineOptions() - Method in class com.google.gwt.maps.client.layers.FusionTablesStyle
-
gets Options which control the appearance of polylines.
- getPolylineOptions() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
Options for the polylines.
- getPosition() - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
-
Returns the ControlPosition at which this AdUnit is displayed on the map.
- getPosition() - Method in class com.google.gwt.maps.client.adsense.AdUnitOptions
-
The position of the AdUnit.
- getPosition() - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
-
Returns the ControlPosition at which this AdUnit is displayed on the map.
- getPosition() - Method in class com.google.gwt.maps.client.controls.MapTypeControlOptions
-
Position id.
- getPosition() - Method in class com.google.gwt.maps.client.controls.PanControlOptions
-
Position id.
- getPosition() - Method in class com.google.gwt.maps.client.controls.RotateControlOptions
-
Position id.
- getPosition() - Method in class com.google.gwt.maps.client.controls.ScaleControlOptions
-
Position id.
- getPosition() - Method in class com.google.gwt.maps.client.controls.StreetViewControlOptions
-
Position id.
- getPosition() - Method in class com.google.gwt.maps.client.controls.ZoomControlOptions
-
Position id.
- getPosition() - Method in class com.google.gwt.maps.client.drawinglib.DrawingControlOptions
-
Position id.
- getPosition() - Method in class com.google.gwt.maps.client.overlays.InfoWindow
-
get Position
- getPosition() - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
-
gets The LatLng at which to display this InfoWindow.
- getPosition() - Method in class com.google.gwt.maps.client.overlays.Marker
-
get Position
- getPosition() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
gets Marker position.
- getPosition() - Method in class com.google.gwt.maps.client.streetview.StreetViewAddressControlOptions
-
Position id.
- getPosition() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
-
Returns the current LatLng position for the Street View panorama.
- getPosition() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
gets The LatLng position of the Street View panorama.
- getPosition() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
-
Returns the current LatLng position for the Street View panorama.
- getPov() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
-
Returns the current point of view for the Street View panorama.
- getPov() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
-
Returns the current point of view for the Street View panorama.
- getPreserveViewport() - Method in class com.google.gwt.maps.client.layers.KmlLayerOptions
-
By default, the input map is centered and zoomed to the bounding box of the contents of the layer.
- getPreserveViewport() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
By default, the input map is centered and zoomed to the bounding box of
this set of directions.
- getProjection() - Method in class com.google.gwt.maps.client.MapImpl
-
Returns the current Projection.
- getProjection() - Method in class com.google.gwt.maps.client.MapWidget
-
Returns the current Projection.
- getProjection() - Method in class com.google.gwt.maps.client.overlays.OverlayView
-
Returns the MapCanvasProjection object associated with this OverlayView.
- getProperties() - Method in class com.google.gwt.maps.client.events.MapEvent
-
get the raw properties
- getProvideRouteAlternatives() - Method in class com.google.gwt.maps.client.services.DirectionsRequest
-
Whether or not route alternatives should be provided.
- getPublisherId() - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
-
Returns the specified AdSense For Content publisher ID.
- getPublisherId() - Method in class com.google.gwt.maps.client.adsense.AdUnitOptions
-
Your AdSense for Content publisher ID.
- getPublisherId() - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
-
Returns the specified AdSense For Content publisher ID.
- getQuery() - Method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
-
gets Options defining the data to display.
- getRadius() - Method in class com.google.gwt.maps.client.overlays.Circle
-
Returns the radius of this circle (in meters).
- getRadius() - Method in class com.google.gwt.maps.client.overlays.CircleOptions
-
gets The radius in meters on the Earth's surface
- getRadius() - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
-
The distance from the given location within which to search for Places, in meters.
- getRaidus() - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
-
Deprecated.
- getRaiseOnDrag() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
gets If false, disables raising and lowering the marker on drag.
- getRating() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
The Place's rating, from 0.0 to 5.0, based on user reviews.
- getRectangle() - Method in class com.google.gwt.maps.client.events.overlaycomplete.OverlayCompleteMapEvent
-
- getRectangle() - Method in class com.google.gwt.maps.client.events.overlaycomplete.rectangle.RectangleCompleteMapEvent
-
- getRectangleOptions() - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
-
Options to apply to any new rectangles created with this DrawingManager.
- getReference() - Method in class com.google.gwt.maps.client.placeslib.PlaceDetailsRequest
-
The reference of the Place for which details are being requested.
- getReference() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
An opaque string that may be used to retrieve up-to-date information about this Place (via PlacesService.getDetails()).
- getRegion() - Method in class com.google.gwt.maps.client.services.DirectionsRequest
-
Region code used as a bias for geocoding requests.
- getRegion() - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
-
- getRegion() - Method in class com.google.gwt.maps.client.services.GeocoderRequest
-
Country code top-level domain within which to search.
- getResolution() - Method in class com.google.gwt.maps.client.services.ElevationResult
-
The distance, in meters, between sample points from which the elevation was interpolated.
- getRotateControl() - Method in class com.google.gwt.maps.client.MapOptions
-
get The enabled/disabled state of the Rotate control.
- getRotateControlOptions() - Method in class com.google.gwt.maps.client.MapOptions
-
get set The display options for the Rotate control.
- getRouteIndex() - Method in class com.google.gwt.maps.client.services.DirectionsRenderer
-
Returns the current (zero-based) route index in use by this
DirectionsRenderer object.
- getRouteIndex() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
The index of the route within the DirectionsResult object.
- getRoutes() - Method in class com.google.gwt.maps.client.services.DirectionsResult
-
An array of DirectionsRoutes, each of which contains information about
the legs and steps of which it is composed.
- getRow() - Method in class com.google.gwt.maps.client.events.fusiontablemouse.FusionTablesMouseMapEvent
-
returns A collection of FusionTablesCell objects, indexed by column name, representing the contents of the table row which included the clicked feature.
- getRowAsJson() - Method in class com.google.gwt.maps.client.events.fusiontablemouse.FusionTablesMouseMapEvent
-
A collection of FusionTablesCell objects, indexed by column name, representing the contents of the table row which included the clicked feature.
- getRows() - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponse
-
The rows of the matrix, corresponding to the origin addresses.
- getSamples() - Method in class com.google.gwt.maps.client.services.PathElevationRequest
-
Required.
- getSaturation() - Method in class com.google.gwt.maps.client.maptypes.MapTypeStyler
-
gets Saturation.
- getScaleControl() - Method in class com.google.gwt.maps.client.MapOptions
-
get The initial enabled/disabled state of the Scale control.
- getScaleControlOptions() - Method in class com.google.gwt.maps.client.MapOptions
-
get The initial display options for the Scale control.
- getScaledSize() - Method in class com.google.gwt.maps.client.overlays.MarkerImage
-
gets The size of the entire image after scaling, if any.
- getScrollWheel() - Method in class com.google.gwt.maps.client.MapOptions
-
get If false, disables scrollwheel zooming on the map.
- getSelect() - Method in class com.google.gwt.maps.client.layers.FusionTablesQuery
-
gets A column, containing geographic features to be displayed on the map.
- getShadow_MarkerImage() - Method in class com.google.gwt.maps.client.overlays.Marker
-
get Shadow (if it is a MarkerImage)
- getShadow_MarkerImage() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
gets Shadow image
- getShadow_String() - Method in class com.google.gwt.maps.client.overlays.Marker
-
get Shadow (if it is a String)
- getShadow_String() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
gets Shadow image
- getShape() - Method in class com.google.gwt.maps.client.overlays.Marker
-
get Shape
- getShape() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
gets Image map region definition used for drag/click.
- getShort_Name() - Method in class com.google.gwt.maps.client.services.GeocoderAddressComponent
-
The abbreviated, short text of the given address component
- getSize() - Method in class com.google.gwt.maps.client.overlays.MarkerImage
-
gets The display size of the sprite or image.
- getSnippet() - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
-
The feature's , extracted from the layer markup.
- getSnippet() - Method in class com.google.gwt.maps.client.layers.KmlLayerMetadata
-
The layer's , extracted from the layer markup
- getSouthWest() - Method in class com.google.gwt.maps.client.base.LatLngBounds
-
Returns the south-west corner of this bounds.
- getsScrollWheel() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
gets If false, disables scrollwheel zooming in Street View.
- getStart_Address() - Method in class com.google.gwt.maps.client.services.DirectionsLeg
-
The address of the origin of this leg.
- getStart_Location() - Method in class com.google.gwt.maps.client.services.DirectionsLeg
-
The DirectionsService calculates directions between locations by using the nearest transportation option (usually a road) at the start and end locations.
- getStart_Location() - Method in class com.google.gwt.maps.client.services.DirectionsStep
-
The starting location of this step.
- getStatus() - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponseElement
-
The status of this particular origin-destination pairing.
- getStatus() - Method in class com.google.gwt.maps.client.services.MaxZoomResult
-
Status of the request.
- getSteps() - Method in class com.google.gwt.maps.client.services.DirectionsLeg
-
An array of DirectionsSteps, each of which contains information about the individual steps in this leg.
- getStopOver() - Method in class com.google.gwt.maps.client.services.DirectionsWaypoint
-
If true, indicates that this waypoint is a stop between the origin and destination.
- getStreetView() - Method in class com.google.gwt.maps.client.MapImpl
-
Returns the default StreetViewPanorama bound to the map, which may be a
default panorama embedded within the map, or the panorama set using
setStreetView().
- getStreetView() - Method in class com.google.gwt.maps.client.MapWidget
-
Returns the default StreetViewPanorama bound to the map, which may be a
default panorama embedded within the map, or the panorama set using
setStreetView().
- getStreetViewControl() - Method in class com.google.gwt.maps.client.MapOptions
-
get set A StreetViewPanorama to display when the Street View pegman is
dropped on the map.
- getStreetViewControlOptions() - Method in class com.google.gwt.maps.client.MapOptions
-
get The initial enabled/disabled state of the Street View Pegman control.
- getStreetViewPov() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
gets The camera orientation, specified as heading, pitch, and zoom, for the panorama.
- getStrokeColor() - Method in class com.google.gwt.maps.client.layers.FusionTablesPolygonOptions
-
gets The fill color, defined by a six-digit hexadecimal number in RRGGBB format (e.g.
- getStrokeColor() - Method in class com.google.gwt.maps.client.layers.FusionTablesPolylineOptions
-
gets The fill color, defined by a six-digit hexadecimal number in RRGGBB format (e.g.
- getStrokeColor() - Method in class com.google.gwt.maps.client.overlays.CircleOptions
-
gets The stroke color.
- getStrokeColor() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
gets The stroke color.
- getStrokeColor() - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
-
gets The stroke color.
- getStrokeColor() - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
-
gets The stroke color.
- getStrokeOpacity() - Method in class com.google.gwt.maps.client.layers.FusionTablesPolygonOptions
-
gets The stroke opacity between 0.0 and 1.0.
- getStrokeOpacity() - Method in class com.google.gwt.maps.client.layers.FusionTablesPolylineOptions
-
gets The stroke opacity between 0.0 and 1.0.
- getStrokeOpacity() - Method in class com.google.gwt.maps.client.overlays.CircleOptions
-
gets The stroke opacity between 0.0 and 1.0
- getStrokeOpacity() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
gets The stroke opacity between 0.0 and 1.0
- getStrokeOpacity() - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
-
gets The stroke opacity between 0.0 and 1.0
- getStrokeOpacity() - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
-
gets The stroke opacity between 0.0 and 1.0
- getStrokeWeight() - Method in class com.google.gwt.maps.client.layers.FusionTablesPolygonOptions
-
gets The stroke width in pixels, between 0 and 10.
- getStrokeWeight() - Method in class com.google.gwt.maps.client.layers.FusionTablesPolylineOptions
-
gets The stroke width in pixels, between 0 and 10.
- getStrokeWeight() - Method in class com.google.gwt.maps.client.overlays.CircleOptions
-
gets The stroke width in pixels.
- getStrokeWeight() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
gets The stroke width in pixels.
- getStrokeWeight() - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
-
gets The stroke width in pixels.
- getStrokeWeight() - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
-
gets The stroke width in pixels.
- getStyle() - Method in class com.google.gwt.maps.client.controls.ScaleControlOptions
-
get Style id.
- getStyleJs() - Method in class com.google.gwt.maps.client.controls.ZoomControlOptions
-
- getStylers() - Method in class com.google.gwt.maps.client.controls.MapTypeStyle
-
- getStyles() - Method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
-
gets An array of up to 5 style specifications, which control the appearance of features within the layer.
- getSuppressBicyclingLayer() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
Suppress the rendering of the BicyclingLayer when bicycling directions
are requested.
- getSuppressInfoWindows() - Method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
-
gets Suppress the rendering of info windows when layer features are clicked.
- getSuppressInfoWindows() - Method in class com.google.gwt.maps.client.layers.KmlLayerOptions
-
Suppress the rendering of info windows when layer features are clicked.
- getSuppressInfoWindows() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayerOptions
-
Suppress the rendering of info windows when layer features are clicked.
- getSuppressInfoWindows() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
Suppress the rendering of info windows.
- getSuppressInfoWindows() - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
-
gets Suppress the rendering of info windows when layer features are
clicked.
- getSuppressMarkers() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
Suppress the rendering of markers.
- getSuppressPolylines() - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
Suppress the rendering of polylines.
- getTag() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayer
-
A panoramio tag used to filter the photos which are displayed.
- getTag() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayerOptions
-
A panoramio tag used to filter the photos which are displayed.
- getTemperatureUnits() - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
-
Gets the units to use for temperature.
- getText() - Method in class com.google.gwt.maps.client.services.Distance
-
A string representation of the distance value, using the UnitSystem specified in the request.
- getText() - Method in class com.google.gwt.maps.client.services.Duration
-
A string representation of the duration value.
- getTile(Point, int, Document) - Method in interface com.google.gwt.maps.client.maptypes.MapType
-
Returns a tile for the given tile coordinate (x, y) and zoom level.
- getTileData() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaData
-
gets Specifies the custom tiles for this panorama.
- getTileSize() - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
-
gets The tile size.
- getTileSize() - Method in class com.google.gwt.maps.client.streetview.StreetViewTileData
-
gets The size (in pixels) at which tiles will be rendered.
- getTileUrl(Point, int) - Method in interface com.google.gwt.maps.client.maptypes.TileUrlCallBack
-
Returns a string (URL) for given tile coordinate (x, y) and zoom level.
- getTileUrl(String, int, int, int, TileUrlHandler) - Method in class com.google.gwt.maps.client.streetview.StreetViewTileData
-
Gets the tile image URL for the specified tile.
- getTileUrl(String, int, int, int) - Method in interface com.google.gwt.maps.client.streetview.TileUrlHandler
-
- getTilt() - Method in class com.google.gwt.maps.client.MapImpl
-
gets Returns the angle of incidence for aerial imagery (available for
SATELLITE and HYBRID map types) measured in degrees from the viewport
plane to the map plane.
- getTilt() - Method in class com.google.gwt.maps.client.MapOptions
-
gets The angle of incidence of the map as measured in degrees from the
viewport plane to the map plane.
- getTilt() - Method in class com.google.gwt.maps.client.MapWidget
-
gets Returns the angle of incidence for aerial imagery (available for
SATELLITE and HYBRID map types) measured in degrees from the viewport
plane to the map plane.
- getTitle() - Method in class com.google.gwt.maps.client.overlays.Marker
-
get Title
- getTitle() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
gets Rollover text
- getTitle() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioFeature
-
The title of the photo.
- getToString() - Method in class com.google.gwt.maps.client.base.LatLng
-
Converts to string representation.
- getToString() - Method in class com.google.gwt.maps.client.base.LatLngBounds
-
Converts to string.
- getToString() - Method in class com.google.gwt.maps.client.base.Point
-
Returns a string representation of this Point.
- getToString() - Method in class com.google.gwt.maps.client.base.Size
-
Returns a string representation of this Size.
- getToString() - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
-
get to this object json string
- getToUrlValue(int) - Method in class com.google.gwt.maps.client.base.LatLng
-
Returns a string of the form "lat,lng" for this LatLng.
- getTravelMode() - Method in class com.google.gwt.maps.client.services.DirectionsRequest
-
Type of routing requested.
- getTravelMode() - Method in class com.google.gwt.maps.client.services.DirectionsStep
-
The mode of travel used in this step.
- getTravelMode() - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
-
Type of routing requested.
- getType() - Method in class com.google.gwt.maps.client.overlays.MarkerShape
-
gets gets Describes the shape's type and can be circle, poly or rect.
- getTypes() - Method in class com.google.gwt.maps.client.placeslib.AutocompleteOptions
-
gets The types of predictions to be returned.
- getTypes() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
An array of types for this Place (e.g., ["political", "locality"] or ["restaurant", "establishment"]).
- getTypes() - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
-
Restricts the Place search results to Places with a type matching at least one of the specified types in this array.
- getTypes() - Method in class com.google.gwt.maps.client.services.GeocoderAddressComponent
-
An array of strings denoting the type of this address component
- getTypes() - Method in class com.google.gwt.maps.client.services.GeocoderResult
-
An array of strings denoting the type of the returned geocoded element.
- getUnitSystem() - Method in class com.google.gwt.maps.client.services.DirectionsRequest
-
Preferred unit system to use when displaying distance.
- getUnitSystem() - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
-
Preferred unit system to use when displaying distance.
- getUri() - Method in class com.google.gwt.maps.client.layers.KmlAuthor
-
The author's home page, or an empty string if not specified.
- getUrl() - Method in class com.google.gwt.maps.client.layers.KmlLayer
-
Get the URL of the geographic markup which is being displayed.
- getUrl() - Method in class com.google.gwt.maps.client.overlays.GroundOverlay
-
Gets the url of the projected image.
- getUrl() - Method in class com.google.gwt.maps.client.overlays.MarkerImage
-
gets The URL of the image or sprite sheet.
- getUrl() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioFeature
-
The URL of the photo.
- getUrl() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
URL of the associated Google Place Page.
- getUserId() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioFeature
-
The unique identifier for the user who uploaded this photo, as used in the Panoramio API.
- getUserId() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayer
-
A Panoramio user ID.
- getUserId() - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayerOptions
-
A Panoramio user ID.
- getValue() - Method in class com.google.gwt.maps.client.layers.FusionTablesCell
-
The contents of the cell.
- getValue() - Method in class com.google.gwt.maps.client.services.Distance
-
The distance in meters.
- getValue() - Method in class com.google.gwt.maps.client.services.Duration
-
The duration in seconds.
- getVia_Waypoints() - Method in class com.google.gwt.maps.client.services.DirectionsLeg
-
An array of waypoints along this leg that were not specified in the original request, either as a result of a user dragging the polyline or selecting an alternate route.
- getVicinity() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
A fragment of the Place's address for disambiguation (usually street name and locality).
- getViewPort() - Method in class com.google.gwt.maps.client.placeslib.PlaceGeometry
-
The preferred viewport when displaying this Place on a map.
- getViewPort() - Method in class com.google.gwt.maps.client.services.GeocoderGeometry
-
The bounds of the recommended viewport for displaying this GeocodeResult
- getVisibility() - Method in class com.google.gwt.maps.client.maptypes.MapTypeStyler
-
gets Visibility: Valid values: 'on', 'off' or 'simplifed'.
- getVisible() - Method in class com.google.gwt.maps.client.overlays.Marker
-
get Visible
- getVisible() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
gets If true, the marker is visible
- getVisible() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
-
Returns true if the panorama is visible.
- getVisible() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
gets If true, the Street View panorama is visible on load.
- getVisible() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
-
Returns true if the panorama is visible.
- getWarnings() - Method in class com.google.gwt.maps.client.services.DirectionsRoute
-
Warnings to be displayed when showing these directions.
- getWayPoint_Order() - Method in class com.google.gwt.maps.client.services.DirectionsRoute
-
If optimizeWaypoints was set to true, this field will contain the re-ordered permutation of the input waypoints.
- getWaypoints() - Method in class com.google.gwt.maps.client.services.DirectionsRequest
-
Array of intermediate waypoints.
- getWebsite() - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
The authoritative website for this Place, such as a business' homepage.
- getWhere() - Method in class com.google.gwt.maps.client.layers.FusionTablesQuery
-
gets The SQL predicate to be applied to the layer.
- getWhere() - Method in class com.google.gwt.maps.client.layers.FusionTablesStyle
-
gets The SQL predicate to be applied to the layer.
- getWidth() - Method in class com.google.gwt.maps.client.base.Size
-
gets The width along the x-axis, in pixels.
- getWindSpeedUnits() - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
-
Gets the units to use for wind speed.
- getWorldSize() - Method in class com.google.gwt.maps.client.streetview.StreetViewTileData
-
gets The size (in pixels) of the whole panorama's "world".
- getWorldWidth() - Method in class com.google.gwt.maps.client.overlays.MapCanvasProjection
-
The width of the world in pixels in the current zoom level.
- getX() - Method in class com.google.gwt.maps.client.base.Point
-
get X coordinate
- getY() - Method in class com.google.gwt.maps.client.base.Point
-
get Y coordinate
- getZindex() - Method in class com.google.gwt.maps.client.overlays.CircleOptions
-
gets The zIndex compared to other rectangles.
- getZindex() - Method in class com.google.gwt.maps.client.overlays.InfoWindow
-
get Z index
- getZindex() - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
-
gets All InfoWindows are displayed on the map in order of their zIndex, with higher values displaying in front of InfoWindows with lower values.
- getZindex() - Method in class com.google.gwt.maps.client.overlays.Marker
-
get Z Index
- getZindex() - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
gets All markers are displayed on the map in order of their zIndex, with higher values displaying in front of markers with lower values.
- getZindex() - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
gets The zIndex compared to other polys.
- getZindex() - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
-
gets The zIndex compared to other polys.
- getZindex() - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
-
gets The zIndex compared to other rectangles.
- getZoom() - Method in class com.google.gwt.maps.client.MapImpl
-
get zoom
- getZoom() - Method in class com.google.gwt.maps.client.MapOptions
-
get Map zoom level
- getZoom() - Method in class com.google.gwt.maps.client.MapWidget
-
get zoom
- getZoom() - Method in class com.google.gwt.maps.client.services.MaxZoomResult
-
The maximum zoom level found at the given LatLng.
- getZoom() - Method in class com.google.gwt.maps.client.streetview.StreetViewPov
-
gets The zoom level.
- getZoomControl() - Method in class com.google.gwt.maps.client.MapOptions
-
gets The enabled/disabled state of the Zoom control.
- getZoomControl() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
gets The enabled/disabled state of the zoom control.
- getZoomControlOptions() - Method in class com.google.gwt.maps.client.MapOptions
-
gets The display options for the Zoom control.
- getZoomControlOptions() - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
gets The display options for the zoom control.
- go(Runnable, boolean) - Static method in class com.google.gwt.maps.client.LoadApi
-
Load Maps javascript v3 api with default libraries.
- go(Runnable, ArrayList<LoadApi.LoadLibrary>, boolean) - Static method in class com.google.gwt.maps.client.LoadApi
-
loads maps api
- go(Runnable, boolean, String) - Static method in class com.google.gwt.maps.client.LoadApi
-
Load Maps javascript v3 api
- go(Runnable, ArrayList<LoadApi.LoadLibrary>, boolean, String) - Static method in class com.google.gwt.maps.client.LoadApi
-
loads maps api
- GroundOverlay - Class in com.google.gwt.maps.client.overlays
-
A groundoverlay overlay.
- GroundOverlay() - Constructor for class com.google.gwt.maps.client.overlays.GroundOverlay
-
use newInstance();
- GroundOverlayOptions - Class in com.google.gwt.maps.client.overlays
-
- GroundOverlayOptions() - Constructor for class com.google.gwt.maps.client.overlays.GroundOverlayOptions
-
use newInstance();
- newGammaStyler(double) - Static method in class com.google.gwt.maps.client.maptypes.MapTypeStyler
-
Create gamma styler.
- newHueStyler(String) - Static method in class com.google.gwt.maps.client.maptypes.MapTypeStyler
-
Create a hue styler.
- newInstace() - Static method in class com.google.gwt.maps.client.services.GeocoderAddressComponent
-
A single address component within a GeocoderResult.
- newInstance(Element, AdUnitOptions) - Static method in class com.google.gwt.maps.client.adsense.AdUnitImpl
-
Creates an AdSense for Content display ad on the associated map.
- newInstance() - Static method in class com.google.gwt.maps.client.adsense.AdUnitOptions
-
creates options for adunit
- newInstance(double, double) - Static method in class com.google.gwt.maps.client.base.LatLng
-
Notice the ordering of latitude and longitude.
- newInstance(double, double, boolean) - Static method in class com.google.gwt.maps.client.base.LatLng
-
Notice the ordering of latitude and longitude.
- newInstance(LatLng, LatLng) - Static method in class com.google.gwt.maps.client.base.LatLngBounds
-
creates A LatLngBounds instance represents a rectangle in geographical coordinates, including one that crosses the 180 degrees longitudinal meridian.
- newInstance(double, double) - Static method in class com.google.gwt.maps.client.base.Point
-
creates A point on a two-dimensional plane.
- newInstance(double, double, String, String) - Static method in class com.google.gwt.maps.client.base.Size
-
creates Two-dimensional size, where width is the distance on the x-axis, and height is the distance on the y-axis.
- newInstance(double, double) - Static method in class com.google.gwt.maps.client.base.Size
-
creates Two-dimensional size, where width is the distance on the x-axis, and height is the distance on the y-axis.
- newInstance() - Static method in class com.google.gwt.maps.client.controls.MapTypeControlOptions
-
new Instance of Options for the rendering of the map type control.
- newInstance() - Static method in class com.google.gwt.maps.client.controls.MapTypeStyle
-
The MapTypeStyle is a collection of selectors and stylers that define how the map should be styled.
- newInstance() - Static method in class com.google.gwt.maps.client.controls.OverviewMapControlOptions
-
creates a new instance for, Options for the rendering of the Overview Map control.
- newInstance() - Static method in class com.google.gwt.maps.client.controls.PanControlOptions
-
creates a new instance of, Options for the rendering of the pan control.
- newInstance() - Static method in class com.google.gwt.maps.client.controls.RotateControlOptions
-
create a new instance of Options for the rendering of the rotate control.
- newInstance() - Static method in class com.google.gwt.maps.client.controls.ScaleControlOptions
-
Options for the rendering of the scale control.
- newInstance() - Static method in class com.google.gwt.maps.client.controls.StreetViewControlOptions
-
creates Options for the rendering of the Street View pegman control on the map.
- newInstance() - Static method in class com.google.gwt.maps.client.controls.ZoomControlOptions
-
creates Options for the rendering of the zoom control.
- newInstance() - Static method in class com.google.gwt.maps.client.drawinglib.DrawingControlOptions
-
Options for the rendering of the drawing control.
- newInstance(DrawingManagerOptions) - Static method in class com.google.gwt.maps.client.drawinglib.DrawingManager
-
Creates a DrawingManager that allows users to draw overlays on the map,
and switch between the type of overlay to be drawn with a drawing
control.
- newInstance() - Static method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
-
Options for the drawing manager.
- newInstance() - Static method in class com.google.gwt.maps.client.layers.BicyclingLayer
-
A layer that displays bike lanes and paths and demotes large roads.
- newInstance() - Static method in class com.google.gwt.maps.client.layers.FusionTableHeatmap
-
Specifies the appearance for a FusionTablesLayer when rendered as a heatmap.
- newInstance() - Static method in class com.google.gwt.maps.client.layers.FusionTablesCell
-
Describes a single cell from a Fusion Tables table.
- newInstance(FusionTablesLayerOptions) - Static method in class com.google.gwt.maps.client.layers.FusionTablesLayer
-
A layer that displays data from a Fusion Table.
- newInstance() - Static method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
-
creates - This object defines the properties that can be set on a FusionTablesLayer object.
- newInstance() - Static method in class com.google.gwt.maps.client.layers.FusionTablesMarkerOptions
-
Options which control the appearance of point features in a FusionTablesLayer.
- newInstance() - Static method in class com.google.gwt.maps.client.layers.FusionTablesPolygonOptions
-
Options which control the appearance of polygons in a FusionTablesLayer.
- newInstance() - Static method in class com.google.gwt.maps.client.layers.FusionTablesPolylineOptions
-
Options which control the appearance of polylines in a FusionTablesLayer.
- newInstance() - Static method in class com.google.gwt.maps.client.layers.FusionTablesQuery
-
Specifies the data to retrieve from a Fusion Tables.
- newInstance() - Static method in class com.google.gwt.maps.client.layers.FusionTablesStyle
-
creates - Controls the appearance of a set of features within a FusionTablesLayer.
- newInstance() - Static method in class com.google.gwt.maps.client.layers.KmlAuthor
-
Contains details of the author of a KML document or feature.
- newInstance() - Static method in class com.google.gwt.maps.client.layers.KmlFeatureData
-
this is created from an event
- newInstance(String, KmlLayerOptions) - Static method in class com.google.gwt.maps.client.layers.KmlLayer
-
- newInstance(String) - Static method in class com.google.gwt.maps.client.layers.KmlLayer
-
- newInstance() - Static method in class com.google.gwt.maps.client.layers.KmlLayerMetadata
-
Metadata for a single KML layer, in JSON format.
- newInstance() - Static method in class com.google.gwt.maps.client.layers.KmlLayerOptions
-
This object defines the properties that can be set on a KmlLayer object.
- newInstance() - Static method in class com.google.gwt.maps.client.layers.TrafficLayer
-
creates a traffic layer
- newInstance() - Static method in class com.google.gwt.maps.client.layers.TransitLayer
-
creates a traffic layer
- newInstance(Element, MapOptions) - Static method in class com.google.gwt.maps.client.MapImpl
-
Creates a new map inside of the given HTML container, which is typically
a DIV element.
- newInstance() - Static method in class com.google.gwt.maps.client.MapOptions
-
Create a new Instance of the MapOptions This will also create a defaults
center, mapTypeId and Zoom
- newInstance(boolean) - Static method in class com.google.gwt.maps.client.MapOptions
-
Create a new Instance of the MapOptions
- newInstance(ImageMapTypeOptions) - Static method in class com.google.gwt.maps.client.maptypes.ImageMapType
-
Constructs an ImageMapType using the provided ImageMapTypeOptions
- newInstance() - Static method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
-
This class is used to create a MapType that renders image tiles.
- newInstance() - Static method in class com.google.gwt.maps.client.maptypes.MapTypeRegistry
-
The MapTypeRegistry holds the collection of custom map types available to the map for its use.
- newInstance(JsArray<MapTypeStyle>, StyledMapTypeOptions) - Static method in class com.google.gwt.maps.client.maptypes.StyledMapType
-
Creates a styled MapType with the specified options.
- newInstance() - Static method in class com.google.gwt.maps.client.maptypes.StyledMapTypeOptions
-
creates options
- newInstance(MapImpl) - Static method in class com.google.gwt.maps.client.MapWidget
-
Reconstruct the mapWidget from JSO
- newInstance() - Static method in class com.google.gwt.maps.client.mvc.MVCArray
-
A mutable MVC Array.
- newInstance(JsArray<T>) - Static method in class com.google.gwt.maps.client.mvc.MVCArray
-
A mutable MVC Array.
- newInstance(T...) - Static method in class com.google.gwt.maps.client.mvc.MVCArray
-
A mutable MVC Array.
- newInstance(CircleOptions) - Static method in class com.google.gwt.maps.client.overlays.Circle
-
Create a circle using the passed CircleOptions, which specify the bounds
and style.
- newInstance() - Static method in class com.google.gwt.maps.client.overlays.CircleOptions
-
creates Circle options
- newInstance(String, LatLngBounds, GroundOverlayOptions) - Static method in class com.google.gwt.maps.client.overlays.GroundOverlay
-
Creates a ground overlay from the provided image URL and its LatLngBounds.
- newInstance() - Static method in class com.google.gwt.maps.client.overlays.GroundOverlayOptions
-
creates GroundOverlay options
- newInstance(InfoWindowOptions) - Static method in class com.google.gwt.maps.client.overlays.InfoWindow
-
Creates an info window with the given options.
- newInstance() - Static method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
-
InfoWindow Options
- newInstance() - Static method in class com.google.gwt.maps.client.overlays.MapCanvasProjection
-
returns from another object only
- newInstance() - Static method in class com.google.gwt.maps.client.overlays.MapPanes
-
- newInstance(MarkerOptions) - Static method in class com.google.gwt.maps.client.overlays.Marker
-
Creates a marker with the options specified.
- newInstance(String) - Static method in class com.google.gwt.maps.client.overlays.MarkerImage
-
creates A structure representing a Marker icon or shadow image.
- newInstance(String, Size) - Static method in class com.google.gwt.maps.client.overlays.MarkerImage
-
creates A structure representing a Marker icon or shadow image.
- newInstance(String, Size, Point) - Static method in class com.google.gwt.maps.client.overlays.MarkerImage
-
creates A structure representing a Marker icon or shadow image.
- newInstance(String, Size, Point, Point) - Static method in class com.google.gwt.maps.client.overlays.MarkerImage
-
creates A structure representing a Marker icon or shadow image.
- newInstance(String, Size, Point, Point, Size) - Static method in class com.google.gwt.maps.client.overlays.MarkerImage
-
creates A structure representing a Marker icon or shadow image.
- newInstance() - Static method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
create Marker Options
- newInstance() - Static method in class com.google.gwt.maps.client.overlays.MarkerShape
-
creates This object defines the marker shape to use in determination of a marker's clickable region.
- newInstance() - Static method in class com.google.gwt.maps.client.overlays.OverlayView
-
You should inherit from this class by setting your overlay's prototype to new OverlayView.prototype.
- newInstance(PolygonOptions) - Static method in class com.google.gwt.maps.client.overlays.Polygon
-
Create a polygon using the passed PolygonOptions, which specify the
polygon's path, the stroke style for the polygon's edges, and the fill
style for the polygon's interior regions.
- newInstance() - Static method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
- newInstance(PolylineOptions) - Static method in class com.google.gwt.maps.client.overlays.Polyline
-
Create a polyline using the passed PolylineOptions, which specify both
the path of the polyline and the stroke style to use when drawing the
polyline.
- newInstance() - Static method in class com.google.gwt.maps.client.overlays.PolylineOptions
-
creates a new instance of options
- newInstance(RectangleOptions) - Static method in class com.google.gwt.maps.client.overlays.Rectangle
-
Create a rectangle using the passed RectangleOptions, which specify the
bounds and style.
- newInstance() - Static method in class com.google.gwt.maps.client.overlays.RectangleOptions
-
creates Rectangle options
- newInstance() - Static method in class com.google.gwt.maps.client.panoramiolib.PanoramioFeature
-
generated from event
Describes a single Panoramio feature.
- newInstance(PanoramioLayerOptions) - Static method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayer
-
A PanoramioLayer displays photos from Panoramio as a rendered layer.
- newInstance() - Static method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayerOptions
-
This object defines the properties that can be set on a PanoramioLayer object.
- newInstance(Element, AutocompleteOptions) - Static method in class com.google.gwt.maps.client.placeslib.Autocomplete
-
Creates a new instance of Autocomplete that attaches to the specified input text field with the given options.
- newInstance() - Static method in class com.google.gwt.maps.client.placeslib.AutocompleteOptions
-
- newInstance() - Static method in class com.google.gwt.maps.client.placeslib.PlaceDetailsRequest
-
A Place details query to be sent to the PlacesService.
- newInstance() - Static method in class com.google.gwt.maps.client.placeslib.PlaceGeometry
-
Defines information about the geometry of a Place.
- newInstance() - Static method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
- newInstance() - Static method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
-
A Place search query to be sent to the PlacesService.
- newInstance(MapWidget) - Static method in class com.google.gwt.maps.client.placeslib.PlacesService
-
Creates a new instance of the PlacesService that renders attributions in the specified container.
- newInstance(Element) - Static method in class com.google.gwt.maps.client.placeslib.PlacesService
-
Creates a new instance of the PlacesService that renders attributions in the specified container.
- newInstance() - Static method in class com.google.gwt.maps.client.services.DirectionsLeg
-
A single leg consisting of a set of steps in a DirectionsResult.
- newInstance(DirectionsRendererOptions) - Static method in class com.google.gwt.maps.client.services.DirectionsRenderer
-
Renders directions retrieved in the form of a DirectionsResult object
retrieved from the DirectionsService.
- newInstance() - Static method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
This object defines the properties that can be set on a
DirectionsRenderer object.
- newInstance() - Static method in class com.google.gwt.maps.client.services.DirectionsRequest
-
A directions query to be sent to the DirectionsService.
- newInstance() - Static method in class com.google.gwt.maps.client.services.DirectionsResult
-
An array of DirectionsRoutes, each of which contains information about
the legs and steps of which it is composed.
- newInstance() - Static method in class com.google.gwt.maps.client.services.DirectionsRoute
-
A single route containing a set of legs in a DirectionsResult.
- newInstance() - Static method in class com.google.gwt.maps.client.services.DirectionsService
-
Creates a new instance of a DirectionsService that sends directions
queries to Google servers.
- newInstance() - Static method in class com.google.gwt.maps.client.services.DirectionsStep
-
A single DirectionsStep in a DirectionsResult.
- newInstance() - Static method in class com.google.gwt.maps.client.services.DirectionsWaypoint
-
A DirectionsWaypoint represents a location between origin and destination through which the trip should be routed.
- newInstance() - Static method in class com.google.gwt.maps.client.services.Distance
-
A representation of distance as a numeric value and a display string.
- newInstance() - Static method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
-
A distance matrix query sent by the DistanceMatrixService containing arrays of origin and destination locations, and various options for computing metrics.
- newInstance() - Static method in class com.google.gwt.maps.client.services.DistanceMatrixResponse
-
The response to a DistanceMatrixService request, consisting of the formatted origin and destination addresses, and a sequence of DistanceMatrixResponseRows, one for each corresponding origin address.
- newInstance() - Static method in class com.google.gwt.maps.client.services.DistanceMatrixResponseElement
-
A single element of a response to a DistanceMatrixService request, which contains the duration and distance from one origin to one destination.
- newInstance() - Static method in class com.google.gwt.maps.client.services.DistanceMatrixResponseRow
-
- newInstance() - Static method in class com.google.gwt.maps.client.services.DistanceMatrixService
-
Creates a new instance of a DistanceMatrixService that sends distance matrix queries to Google servers.
- newInstance() - Static method in class com.google.gwt.maps.client.services.Duration
-
A representation of duration as a numeric value and a display string.
- newInstance() - Static method in class com.google.gwt.maps.client.services.ElevationResult
-
The result of an ElevationService request, consisting of the set of elevation coordinates and their elevation values.
- newInstance() - Static method in class com.google.gwt.maps.client.services.ElevationService
-
Creates a new instance of a ElevationService that sends elevation queries to Google servers.
- newInstance() - Static method in class com.google.gwt.maps.client.services.Geocoder
-
Creates a new instance of a Geocoder that sends geocode requests to Google servers.
- newInstance() - Static method in class com.google.gwt.maps.client.services.GeocoderGeometry
-
Geometry information about this GeocoderResult
- newInstance() - Static method in class com.google.gwt.maps.client.services.GeocoderRequest
-
The specification for a geocoding request to be sent to the Geocoder.
- newInstance() - Static method in class com.google.gwt.maps.client.services.GeocoderResult
-
A single geocoder result retrieved from the geocode server.
- newInstance() - Static method in class com.google.gwt.maps.client.services.LocationElevationRequest
-
An elevation request sent by the ElevationService containing the list of discrete coordinates (LatLngs) for which to return elevation data.
- newInstance() - Static method in class com.google.gwt.maps.client.services.MaxZoomResult
-
A MaxZoom result in JSON format retrieved from the MaxZoomService.
- newInstance() - Static method in class com.google.gwt.maps.client.services.MaxZoomService
-
A service for obtaining the highest zoom level at which satellite imagery is available for a given location.
- newInstance() - Static method in class com.google.gwt.maps.client.services.PathElevationRequest
-
An elevation query sent by the ElevationService containing the path along which to return sampled data.
- newInstance() - Static method in class com.google.gwt.maps.client.services.Test
-
- newInstance() - Static method in class com.google.gwt.maps.client.streetview.StreetViewAddressControlOptions
-
creates Options for the rendering of the Street View address control.
- newInstance() - Static method in class com.google.gwt.maps.client.streetview.StreetViewLink
-
A collection of references to adjacent Street View panos.
- newInstance() - Static method in class com.google.gwt.maps.client.streetview.StreetViewLocation
-
creates A representation of a location in the Street View panorama.
- newInstance() - Static method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaData
-
The representation of a panorama returned from the provider defined using registerPanoProvider.
- newInstance(Element, StreetViewPanoramaOptions) - Static method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
-
creates Displays the panorama for a given LatLng or panorama ID.
- newInstance() - Static method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
creates Options defining the properties of a StreetViewPanorama object.
- newInstance(StreetViewPanoramaImpl) - Static method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
-
create widget from a previous jso implementation
- newInstance() - Static method in class com.google.gwt.maps.client.streetview.StreetViewPov
-
creates A point of view object which specifies the camera's orientation at the Street View panorama's position.
- newInstance() - Static method in class com.google.gwt.maps.client.streetview.StreetViewTileData
-
creates The properties of the tile set used in a Street View panorama.
- newInstance() - Static method in class com.google.gwt.maps.client.weatherlib.CloudLayer
-
A layer that displays graphics showing current weather conditions.
- newInstance(WeatherLayerOptions) - Static method in class com.google.gwt.maps.client.weatherlib.WeatherLayer
-
A layer that displays graphics showing current weather conditions.
- newInstance() - Static method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
-
creates - This object defines the properties that can be set on a
WeatherLayer object.
- newInstnace() - Static method in class com.google.gwt.maps.client.streetview.StreetViewService
-
A StreetViewService object performs searches for Street View data.
- newInvertLightnessStyler(boolean) - Static method in class com.google.gwt.maps.client.maptypes.MapTypeStyler
-
Create invert_lightness styler.
- newLightnessStyler(int) - Static method in class com.google.gwt.maps.client.maptypes.MapTypeStyler
-
Create lightness styler.
- newSaturationStyler(int) - Static method in class com.google.gwt.maps.client.maptypes.MapTypeStyler
-
Create saturation styler.
- newVisibilityStyler(String) - Static method in class com.google.gwt.maps.client.maptypes.MapTypeStyler
-
Create visibility styler.
- notify(String) - Method in class com.google.gwt.maps.client.mvc.MVCObject
-
Notify all observers of a change on this property.
- ScaleControlOptions - Class in com.google.gwt.maps.client.controls
-
Options for the rendering of the scale control.
- ScaleControlOptions() - Constructor for class com.google.gwt.maps.client.controls.ScaleControlOptions
-
Options for the rendering of the scale control.
- ScaleControlStyle - Enum in com.google.gwt.maps.client.controls
-
Identifiers for scale control ids.
- search(PlaceSearchRequest, PlaceSearchHandler) - Method in class com.google.gwt.maps.client.placeslib.PlacesService
-
Retrieves a list of Places in a given area.
- set(String, Object) - Method in class com.google.gwt.maps.client.maptypes.MapTypeRegistry
-
Sets the registry to associate the passed string identifier with the passed MapType.
- set(String, T) - Method in class com.google.gwt.maps.client.mvc.MVCObject
-
Sets a value.
- setAddress(String) - Method in class com.google.gwt.maps.client.services.GeocoderRequest
-
Address.
- setAddress_Components(JsArray<GeocoderAddressComponent>) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
The collection of address components for this Place's location.
- setAddress_Components(JsArray<GeocoderAddressComponent>) - Method in class com.google.gwt.maps.client.services.GeocoderResult
-
An array of GeocoderAddressComponents
- setAddressControl(boolean) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
sets The enabled/disabled state of the address control.
- setAddressControlOptions(StreetViewAddressControlOptions) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
sets The display options for the address control.
- setAlt(String) - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
-
set Alt text to display when this MapType's button is hovered over in the MapTypeControl.
- setAlt(String) - Method in interface com.google.gwt.maps.client.maptypes.MapType
-
sets Alt text to display when this MapType's button is hovered over in the MapTypeControl.
- setAlt(String) - Method in class com.google.gwt.maps.client.maptypes.StyledMapTypeOptions
-
sets Text to display when this MapType's button is hovered over in the map type control.
- setAnchor(Point) - Method in class com.google.gwt.maps.client.overlays.MarkerImage
-
sets The position at which to anchor an image in correspondance to the location of the marker on the map.
- setAnimation(Animation) - Method in class com.google.gwt.maps.client.overlays.Marker
-
set Animation
- setAnimation(Animation) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
sets Which animation to play when marker is added to a map.
- setAt(int, T) - Method in class com.google.gwt.maps.client.mvc.MVCArray
-
Sets an element at the specified index.
- SetAtEventFormatter - Class in com.google.gwt.maps.client.events.setat
-
- SetAtEventFormatter() - Constructor for class com.google.gwt.maps.client.events.setat.SetAtEventFormatter
-
- SetAtMapEvent - Class in com.google.gwt.maps.client.events.setat
-
- SetAtMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.setat.SetAtMapEvent
-
- SetAtMapHandler - Interface in com.google.gwt.maps.client.events.setat
-
- setAuthor(KmlAuthor) - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
-
The feature's
, extracted from the layer markup (if specified).
- setAuthor(KmlAuthor) - Method in class com.google.gwt.maps.client.layers.KmlLayerMetadata
-
The layer's
, extracted from the layer markup.
- setAuthor(String) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioFeature
-
The username of the user who uploaded this photo.
- setAvoidHighways(boolean) - Method in class com.google.gwt.maps.client.services.DirectionsRequest
-
If true, instructs the Directions service to avoid highways where
possible.
- setAvoidHighways(boolean) - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
-
If true, instructs the Distance Matrix service to avoid highways where possible.
- setAvoidTolls(boolean) - Method in class com.google.gwt.maps.client.services.DirectionsRequest
-
If true, instructs the Directions service to avoid toll roads where
possible.
- setAvoidTolls(boolean) - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
-
If true, instructs the Distance Matrix service to avoid toll roads where possible.
- setBackgroundColor(String) - Method in class com.google.gwt.maps.client.MapOptions
-
set Color used for the background of the Map div.
- setBounds(LatLngBounds) - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
-
sets The bounds.
- setBounds(LatLngBounds) - Method in class com.google.gwt.maps.client.placeslib.Autocomplete
-
Sets the preferred area within which to return Place results.
- setBounds(LatLngBounds) - Method in class com.google.gwt.maps.client.placeslib.AutocompleteOptions
-
The area in which to search for Places.
- setBounds(LatLngBounds) - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
-
The bounds within which to search for Places.
- setBounds(LatLngBounds) - Method in class com.google.gwt.maps.client.services.DirectionsRoute
-
The bounds for this route.
- setBounds(LatLngBounds) - Method in class com.google.gwt.maps.client.services.GeocoderGeometry
-
The precise bounds of this GeocodeResult, if applicable
- setBounds(LatLngBounds) - Method in class com.google.gwt.maps.client.services.GeocoderRequest
-
LatLngBounds within which to search.
- setCenter(LatLng) - Method in class com.google.gwt.maps.client.MapImpl
-
set center
- setCenter(LatLng) - Method in class com.google.gwt.maps.client.MapOptions
-
set The initial Map center.
- setCenter(LatLng) - Method in class com.google.gwt.maps.client.MapWidget
-
set center
- setCenter(LatLng) - Method in class com.google.gwt.maps.client.overlays.CircleOptions
-
sets the center
- setCenterHeading(int) - Method in class com.google.gwt.maps.client.streetview.StreetViewTileData
-
sets The heading (in degrees) at the center of the panoramic tiles.
- setChannelNumber(String) - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
-
Specifies the channel number for this AdUnit.
- setChannelNumber(String) - Method in class com.google.gwt.maps.client.adsense.AdUnitOptions
-
set The AdSense For Content channel number for tracking the performance
of this AdUnit.
- setChannelNumber(String) - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
-
Specifies the channel number for this AdUnit.
- setCircleOptions(CircleOptions) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
-
Options to apply to any new circles created with this DrawingManager.
- setClickable(boolean) - Method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
-
sets If true, the layer receives mouse events.
- setClickable(boolean) - Method in class com.google.gwt.maps.client.layers.KmlLayerOptions
-
If true, the layer receives mouse events.
- setClickable(boolean) - Method in class com.google.gwt.maps.client.overlays.CircleOptions
-
sets Indicates whether this Polyline handles click events.
- setClickable(boolean) - Method in class com.google.gwt.maps.client.overlays.GroundOverlayOptions
-
sets Indicates whether this Polyline handles click events.
- setClickable(boolean) - Method in class com.google.gwt.maps.client.overlays.Marker
-
set Clickable
- setClickable(boolean) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
sets If true, the marker receives mouse and touch events.
- setClickable(boolean) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
sets Indicates whether this Polyline handles click events.
- setClickable(boolean) - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
-
sets Indicates whether this Polyline handles click events.
- setClickable(boolean) - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
-
sets Indicates whether this Polyline handles click events.
- setClickable(boolean) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayerOptions
-
If true, the layer receives mouse events.
- setClickable(boolean) - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
-
sets If true, the layer receives mouse events.
- setColumnName(String) - Method in class com.google.gwt.maps.client.layers.FusionTablesCell
-
The name of the column in which the cell was located.
- setContent(Widget) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
-
- setContent(String) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
-
set Content
- setContent(Element) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
-
set Content
- setContent(Widget) - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
-
set widget to display in infoWindow
- setContent(String) - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
-
set Content to display in the InfoWindow.
- setContent(Element) - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
-
set Content to display in the InfoWindow.
- setControls(MVCArray<Element>) - Method in class com.google.gwt.maps.client.MapImpl
-
TODO sets Additional controls to attach to the map.
- setControls(ControlPosition, Element) - Method in class com.google.gwt.maps.client.MapImpl
-
sets Additional controls to attach to the map.
- setControls(MVCArray<Element>) - Method in class com.google.gwt.maps.client.MapWidget
-
TODO sets Additional controls to attach to the map.
- setControls(ControlPosition, Element) - Method in class com.google.gwt.maps.client.MapWidget
-
sets Additional controls to attach to the map.
- setControls(ControlPosition, Widget) - Method in class com.google.gwt.maps.client.MapWidget
-
sets Additional controls to attach to the map.
- setControls(MVCArray<Element>) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
-
TODO
Additional controls to attach to the panorama.
- setControls(MVCArray<Element>) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
-
TODO
Additional controls to attach to the panorama.
- setCoordinates(JsArrayInteger) - Method in class com.google.gwt.maps.client.overlays.MarkerShape
-
sets The format of this attribute depends on the value of the type and follows the w3 AREA coords specification found at
See
adef-coords API Doc.
- setCopyright(String) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaData
-
sets Specifies the copyright text for this panorama.
- setCopyrights(String) - Method in class com.google.gwt.maps.client.services.DirectionsRoute
-
Copyrights text to be displayed for this route.
- setCursor(String) - Method in class com.google.gwt.maps.client.overlays.Marker
-
set Cursor
- setCursor(String) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
sets Mouse cursor to show on hover
- setCustomMapType(String, StyledMapType) - Method in class com.google.gwt.maps.client.MapImpl
-
Set the custom map type into the map's registry
- setCustomMapType(String, StyledMapType) - Method in class com.google.gwt.maps.client.MapWidget
-
Set the custom map type into the map's registry
- setDescription(String) - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
-
The feature's , extracted from the layer markup.
- setDescription(String) - Method in class com.google.gwt.maps.client.layers.KmlLayerMetadata
-
The layer's , extracted from the layer markup.
- setDescription(String) - Method in class com.google.gwt.maps.client.streetview.StreetViewLink
-
sets A localized string describing the link.
- setDescription(String) - Method in class com.google.gwt.maps.client.streetview.StreetViewLocation
-
sets A localized string describing the location.
- setDestination(String) - Method in class com.google.gwt.maps.client.services.DirectionsRequest
-
Location of destination.
- setDestination(LatLng) - Method in class com.google.gwt.maps.client.services.DirectionsRequest
-
Location of destination.
- setDestinationAddresses(JsArrayString) - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponse
-
The formatted destination addresses.
- setDestinations(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
-
An array containing destination address strings and/or LatLngs, to which to calculate distance and time.
- setDestinations(JsArrayString) - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
-
An array containing destination address strings and/or LatLngs, to which to calculate distance and time.
- setDirections(DirectionsResult) - Method in class com.google.gwt.maps.client.services.DirectionsRenderer
-
Set the renderer to use the result from the DirectionsService.
- setDirections(DirectionsResult) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
The directions to display on the map and/or in a <div>
panel, retrieved as a DirectionsResult object from DirectionsService.
- setDisableAutoPan(boolean) - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
-
sets Disable auto-pan on open.
- setDisableDefaultUi(boolean) - Method in class com.google.gwt.maps.client.MapOptions
-
set Enables/disables all default UI.
- setDisableDoubleClickZoom(boolean) - Method in class com.google.gwt.maps.client.MapOptions
-
set Enables/disables zoom and center on double click.
- setDisableDoubleClickZoom(boolean) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
sets Enables/disables zoom on double click.
- setDistance(Distance) - Method in class com.google.gwt.maps.client.services.DirectionsLeg
-
The total distance covered by this leg.
- setDistance(Distance) - Method in class com.google.gwt.maps.client.services.DirectionsStep
-
The distance covered by this step.
- setDistance(Distance) - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponseElement
-
The distance for this origin-destination pairing.
- setDraggable(boolean) - Method in class com.google.gwt.maps.client.MapOptions
-
set If false, prevents the map from being dragged.
- setDraggable(boolean) - Method in class com.google.gwt.maps.client.overlays.Marker
-
set Draggable
- setDraggable(boolean) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
sets If true, the marker can be dragged.
- setDraggable(boolean) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
If true, allows the user to drag and modify the paths of routes rendered
by this DirectionsRenderer.
- setDraggableCursor(String) - Method in class com.google.gwt.maps.client.MapOptions
-
set The name or url of the cursor to display on a draggable object.
- setDraggingCursor(String) - Method in class com.google.gwt.maps.client.MapOptions
-
set The name or url of the cursor to display when an object is dragging.
- setDrawingControl(boolean) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
-
The enabled/disabled state of the drawing control.
- setDrawingControlOptions(DrawingControlOptions) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
-
The display options for the drawing control.
- setDrawingMode(OverlayType) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManager
-
Changes the DrawingManager's drawing mode, which defines the type of
overlay to be added on the map.
- setDrawingMode(OverlayType) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
-
The DrawingManager's drawing mode, which defines the type of overlay to
be added on the map.
- setDrawingModes(OverlayType...) - Method in class com.google.gwt.maps.client.drawinglib.DrawingControlOptions
-
The drawing modes to display in the drawing control, in the order in
which they are to be displayed.
- setDuration(Duration) - Method in class com.google.gwt.maps.client.services.DirectionsLeg
-
The total duration of this leg.
- setDuration(Duration) - Method in class com.google.gwt.maps.client.services.DirectionsStep
-
The typical time required to perform this step in seconds and in text form.
- setDuration(Duration) - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponseElement
-
The duration for this origin-destination pairing.
- setEditable(boolean) - Method in class com.google.gwt.maps.client.overlays.Circle
-
If set to true, the user can edit this circle by dragging the control
points shown at the corners and on each edge.
- setEditable(boolean) - Method in class com.google.gwt.maps.client.overlays.Polygon
-
If set to true, the user can edit this shape by dragging the control
points shown at the vertices and on each segment.
- setEditable(boolean) - Method in class com.google.gwt.maps.client.overlays.Polyline
-
If set to true, the user can edit this shape by dragging the control
points shown at the vertices and on each segment.
- setEditable(boolean) - Method in class com.google.gwt.maps.client.overlays.Rectangle
-
If set to true, the user can edit this rectangle by dragging the control
points shown at the corners and on each edge.
- setElements(JsArray<DistanceMatrixResponseElement>) - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponseRow
-
The row's elements, corresponding to the destination addresses.
- setElementType(MapTypeStyleElementType) - Method in class com.google.gwt.maps.client.controls.MapTypeStyle
-
set Selects the element type to which a styler should be applied.
- setElevation(double) - Method in class com.google.gwt.maps.client.services.ElevationResult
-
The elevation of this point on Earth, in meters above sea level.
- setEmail(String) - Method in class com.google.gwt.maps.client.layers.KmlAuthor
-
The author's e-mail address, or an empty string if not specified.
- setEnableCloseButton(boolean) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
sets If true, the close button is displayed.
- setEnabled(boolean) - Method in class com.google.gwt.maps.client.layers.FusionTableHeatmap
-
sets If true, render the layer as a heatmap.
- setEnd_Address(String) - Method in class com.google.gwt.maps.client.services.DirectionsLeg
-
The address of the destination of this leg.
- setEnd_Location(LatLng) - Method in class com.google.gwt.maps.client.services.DirectionsLeg
-
The DirectionsService calculates directions between locations by using the nearest transportation option (usually a road) at the start and end locations.
- setEnd_Location(LatLng) - Method in class com.google.gwt.maps.client.services.DirectionsStep
-
The ending location of this step.
- setFeatureType(MapTypeStyleFeatureType) - Method in class com.google.gwt.maps.client.controls.MapTypeStyle
-
set Selects the feature, or group of features, to which a styler should be applied.
- setFillColor(String) - Method in class com.google.gwt.maps.client.layers.FusionTablesPolygonOptions
-
sets The fill color, defined by a six-digit hexadecimal number in RRGGBB format (e.g.
- setFillColor(String) - Method in class com.google.gwt.maps.client.overlays.CircleOptions
-
The fill color.
- setFillColor(String) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
The fill color.
- setFillColor(String) - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
-
The fill color.
- setFillOpacity(double) - Method in class com.google.gwt.maps.client.layers.FusionTablesPolygonOptions
-
sets The fill opacity between 0.0 and 1.0.
- setFillOpacity(double) - Method in class com.google.gwt.maps.client.overlays.CircleOptions
-
The fill opacity between 0.0 and 1.0
- setFillOpacity(double) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
The fill opacity between 0.0 and 1.0
- setFillOpacity(double) - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
-
The fill opacity between 0.0 and 1.0
- setFlat(boolean) - Method in class com.google.gwt.maps.client.overlays.Marker
-
set Flat
- setFlat(boolean) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
sets If true, the marker shadow will not be displayed.
- setFloatPane(Element) - Method in class com.google.gwt.maps.client.overlays.MapPanes
-
sets This pane contains the info window.
- setFloatShadow(Element) - Method in class com.google.gwt.maps.client.overlays.MapPanes
-
sets This pane contains the info window shadow.
- setFormat(AdFormat) - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
-
Specifies the display format for this AdUnit.
- setFormat(AdFormat) - Method in class com.google.gwt.maps.client.adsense.AdUnitOptions
-
the Format of the AdUnit.
- setFormat(AdFormat) - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
-
Specifies the display format for this AdUnit.
- setFormated_Address(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
The Place's full address.
- setFormatted_Address(String) - Method in class com.google.gwt.maps.client.services.GeocoderResult
-
A string containing the human-readable address of this location.
- setFormatted_Phone_Number(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
The Place's phone number, formatted according to the number's regional convention.
- setFrom(String) - Method in class com.google.gwt.maps.client.layers.FusionTablesQuery
-
setsThe ID of the Fusion Tables table to display.
- setGeodesic(boolean) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
sets When true, render each edge as a geodesic (a segment of a "great circle").
- setGeodesic(boolean) - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
-
sets When true, render each edge as a geodesic (a segment of a "great circle").
- setGeometry(PlaceGeometry) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
The Place's geometry-related information.
- setGeometry(GeocoderGeometry) - Method in class com.google.gwt.maps.client.services.GeocoderResult
-
A GeocoderGeometry object
- setHeading(int) - Method in class com.google.gwt.maps.client.MapImpl
-
Sets the compass heading for aerial imagery measured in degrees from
cardinal direction North.
- setHeading(int) - Method in class com.google.gwt.maps.client.MapOptions
-
set The heading for aerial imagery in degrees measured clockwise from
cardinal direction North.
- setHeading(int) - Method in class com.google.gwt.maps.client.MapWidget
-
Sets the compass heading for aerial imagery measured in degrees from
cardinal direction North.
- setHeading(int) - Method in class com.google.gwt.maps.client.streetview.StreetViewLink
-
sets The heading of the link.
- setHeading(int) - Method in class com.google.gwt.maps.client.streetview.StreetViewPov
-
sets The camera heading in degrees relative to true north.
- setHeatmap(FusionTableHeatmap) - Method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
-
sets Options which define the appearance of the layer as a heatmap.
- setHeight(double) - Method in class com.google.gwt.maps.client.base.Size
-
sets The height along the y-axis, in pixels.
- setHideRouteList(boolean) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
This property indicates whether the renderer should provide UI to select
amongst alternative routes.
- setHtml_Attributions(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
Attribution text to be displayed for this Place result.
- setIcon(String) - Method in class com.google.gwt.maps.client.overlays.Marker
-
set Icon
- setIcon(MarkerImage) - Method in class com.google.gwt.maps.client.overlays.Marker
-
set Icon
- setIcon(String) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
sets Icon for the foreground
- setIcon(MarkerImage) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
sets Map on which to display Marker.
- setIcon(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
URL to an image resource that can be used to represent this Place's category.
- setIconName(String) - Method in class com.google.gwt.maps.client.layers.FusionTablesMarkerOptions
-
- setId(String) - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
-
The feature's , extracted from the layer markup.
- setId(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
A unique identifier denoting this Place.
- setInfoWindow(InfoWindow) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
The InfoWindow in which to render text information when a marker is
clicked.
- setInfoWindowHtml(String) - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
-
The feature's balloon styled text, if set.
- setInstructions(String) - Method in class com.google.gwt.maps.client.services.DirectionsStep
-
Instructions for this step.
- setInternational_Phone_Number(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
The Place's phone number in international format.
- setJso(MapImpl) - Method in class com.google.gwt.maps.client.MapWidget
-
sets JavaScriptObject instance.
- setKeyboardShortcuts(boolean) - Method in class com.google.gwt.maps.client.MapOptions
-
set If false, prevents the map from being controlled by the keyboard.
- setKeyword(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
-
A term to be matched against all available fields, including but not limited to name, type, and address, as well as customer reviews and other third-party content.
- setLabelColor(LabelColor) - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
-
Sets the color of labels on the weather layer.
- setLatLng(LatLng) - Method in class com.google.gwt.maps.client.streetview.StreetViewLocation
-
sets The latlng of the panorama.
- setLegs(JsArray<DirectionsLeg>) - Method in class com.google.gwt.maps.client.services.DirectionsRoute
-
An array of DirectionsLegs, each of which contains information about the steps of which it is composed.
- setLinks(JsArray<StreetViewLink>) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaData
-
sets Specifies the navigational links to adjacent panoramas.
- setLinksControl(boolean) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
sets The enabled/disabled state of the links control.
- setLocation(LatLng) - Method in class com.google.gwt.maps.client.placeslib.PlaceGeometry
-
The Place's position.
- setLocation(LatLng) - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
-
The location around which to search for Places.
- setLocation(String) - Method in class com.google.gwt.maps.client.services.DirectionsWaypoint
-
Waypoint location.
- setLocation(LatLng) - Method in class com.google.gwt.maps.client.services.DirectionsWaypoint
-
Waypoint location.
- setLocation(LatLng) - Method in class com.google.gwt.maps.client.services.ElevationResult
-
The location of this elevation result.
- setLocation(LatLng) - Method in class com.google.gwt.maps.client.services.GeocoderGeometry
-
The latitude/longitude coordinates of this result
- setLocation(LatLng) - Method in class com.google.gwt.maps.client.services.GeocoderRequest
-
LatLng about which to search.
- setLocation(StreetViewLocation) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaData
-
sets Specifies the location meta-data for this panorama.
- setLocation_Type(GeocoderLocationType) - Method in class com.google.gwt.maps.client.services.GeocoderGeometry
-
The type of location returned in location
- setLocations(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.services.LocationElevationRequest
-
The discrete locations for which to retrieve elevations.
- setLong_Name(String) - Method in class com.google.gwt.maps.client.services.GeocoderAddressComponent
-
The full text of the address component
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
-
Associates this AdUnit with the specified map.
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.adsense.AdUnitOptions
-
The map associated with this AdUnit.
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
-
Associates this AdUnit with the specified map.
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManager
-
Attaches the DrawingManager object to the specified Map.
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
-
The Map to which the DrawingManager is attached, which is the Map on
which the overlays created will be placed.
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.layers.BicyclingLayer
-
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.layers.FusionTablesLayer
-
Renders the layer on the specified map.
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
-
Renders the layer on the specified map.
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.layers.KmlLayer
-
Renders the KML Layer on the specified map.
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.layers.KmlLayerOptions
-
Renders the KML Layer on the specified map.
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.layers.TrafficLayer
-
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.layers.TransitLayer
-
Renders the layer on the specified map.
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.Circle
-
Renders the circle on the specified map.
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.CircleOptions
-
sets Map on which to display Polyline.
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.GroundOverlay
-
Renders the groundoverlay on the specified map.
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.GroundOverlayOptions
-
sets Map on which to display Polyline.
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.Marker
-
set Map
- setMap(StreetViewPanoramaWidget) - Method in class com.google.gwt.maps.client.overlays.Marker
-
set Map
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
sets Map on which to display Polyline.
- setMap(StreetViewPanoramaWidget) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.OverlayView
-
Adds the overlay to the map or panorama.
- setMap(StreetViewPanoramaWidget) - Method in class com.google.gwt.maps.client.overlays.OverlayView
-
Adds the overlay to the map or panorama.
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.Polygon
-
Renders this shape on the specified map.
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
Renders the Polygone on the map
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.Polyline
-
Renders this shape on the specified map.
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
-
sets Map on which to display Polyline.
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.Rectangle
-
Renders the rectangle on the specified map.
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
-
sets Map on which to display Polyline.
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayer
-
The map on which to display the layer.
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayerOptions
-
The map on which to display the layer.
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.services.DirectionsRenderer
-
This method specifies the map on which directions will be rendered.
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
Map on which to display the directions.
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.weatherlib.CloudLayer
-
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayer
-
- setMap(MapWidget) - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
-
Layer will be rendered to this map
- setMapMaker(boolean) - Method in class com.google.gwt.maps.client.MapOptions
-
Sets Map Maker usage.
- setMapPane(Element) - Method in class com.google.gwt.maps.client.overlays.MapPanes
-
sets This pane is the lowest pane and is above the tiles.
- setMapTypeControl(boolean) - Method in class com.google.gwt.maps.client.MapOptions
-
set The initial enabled/disabled state of the Map type control.
- setMapTypeControlOptions(MapTypeControlOptions) - Method in class com.google.gwt.maps.client.MapOptions
-
set The initial display options for the Map type control.
- setMapTypeId(MapTypeId) - Method in class com.google.gwt.maps.client.MapImpl
-
set MapTypeId
- setMapTypeId(MapTypeId) - Method in class com.google.gwt.maps.client.MapOptions
-
- setMapTypeId(String) - Method in class com.google.gwt.maps.client.MapOptions
-
- setMapTypeId(MapTypeId) - Method in class com.google.gwt.maps.client.MapWidget
-
set MapTypeId
- setMapTypeIds(MapTypeId[]) - Method in class com.google.gwt.maps.client.controls.MapTypeControlOptions
-
set IDs of map types to show in the control.
- setMapTypeIds(String[]) - Method in class com.google.gwt.maps.client.controls.MapTypeControlOptions
-
set user defined string ID of map types to show in the control.
- setMapTypesRegistry(MapTypeRegistry) - Method in class com.google.gwt.maps.client.MapImpl
-
TODO sets A registry of MapType instances by string ID.
- setMapTypesRegistry(MapTypeRegistry) - Method in class com.google.gwt.maps.client.MapWidget
-
TODO sets A registry of MapType instances by string ID.
- setMapTypeStyles(MapTypeStyle[]) - Method in class com.google.gwt.maps.client.MapOptions
-
- setMarkerOptions(MarkerOptions) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
-
Options to apply to any new markers created with this DrawingManager.
- setMarkerOptions(FusionTablesMarkerOptions) - Method in class com.google.gwt.maps.client.layers.FusionTablesStyle
-
sets Options which control the appearance of point features.
- setMarkerOptions(MarkerOptions) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
Options for the markers.
- setMaxWidth(int) - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
-
sets Maximum width of the infowindow, regardless of content's width.
- setMaxZoom(int) - Method in class com.google.gwt.maps.client.MapOptions
-
set The maximum zoom level which will be displayed on the map.
- setMaxZoom(int) - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
-
sets The maximum zoom level for the map when displaying this MapType.
- setMaxZoom(int) - Method in interface com.google.gwt.maps.client.maptypes.MapType
-
sets The maximum zoom level for the map when displaying this MapType.
- setMaxZoom(int) - Method in class com.google.gwt.maps.client.maptypes.StyledMapTypeOptions
-
sets The maximum zoom level for the map when displaying this MapType.
- setMinZoom(int) - Method in class com.google.gwt.maps.client.MapOptions
-
set The minimum zoom level which will be displayed on the map.
- setMinZoom(int) - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
-
sets The minimum zoom level for the map when displaying this MapType.
- setMinZoom(int) - Method in interface com.google.gwt.maps.client.maptypes.MapType
-
sets The minimum zoom level for the map when displaying this MapType.
- setMinZoom(int) - Method in class com.google.gwt.maps.client.maptypes.StyledMapTypeOptions
-
sets The minimum zoom level for the map when displaying this MapType.
- setName(String) - Method in class com.google.gwt.maps.client.layers.KmlAuthor
-
The author's name, or an empty string if not specified.
- setName(String) - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
-
The feature's , extracted from the layer markup.
- setName(String) - Method in class com.google.gwt.maps.client.layers.KmlLayerMetadata
-
The layer's , extracted from the layer markup.
- setName(String) - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
-
set Name to display in the MapTypeControl.
- setName(String) - Method in interface com.google.gwt.maps.client.maptypes.MapType
-
sets Name to display in the MapTypeControl.
- setName(String) - Method in class com.google.gwt.maps.client.maptypes.StyledMapTypeOptions
-
sets The name to display in the map type control.
- setName(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
The Place's name.
- setName(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
-
Restricts the Place search results to Places that include this text in the name.
- setNoClear(boolean) - Method in class com.google.gwt.maps.client.MapOptions
-
set If true, do not clear the contents of the Map div.
- setOpacity(double) - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
-
The opacity to apply to the tiles.
- setOpacity(double) - Method in class com.google.gwt.maps.client.overlays.GroundOverlay
-
Sets the opacity of this ground overlay.
- setOpened(boolean) - Method in class com.google.gwt.maps.client.controls.OverviewMapControlOptions
-
sets Whether the control should display in opened mode or collapsed (minimized) mode.
- setOptimized(boolean) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
sets Optimization renders many markers as a single static element.
- setOptimizeWaypoints(boolean) - Method in class com.google.gwt.maps.client.services.DirectionsRequest
-
If set to true, the DirectionService will attempt to re-order the
supplied intermediate waypoints to minimize overall cost of the route.
- setOption(PanoramioLayerOptions) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayer
-
This object defines the properties that can be set on a PanoramioLayer object.
- setOptions(FusionTablesLayerOptions) - Method in class com.google.gwt.maps.client.layers.FusionTablesLayer
-
set Options
- setOptions(MapOptions) - Method in class com.google.gwt.maps.client.MapImpl
-
set MapOptions
- setOptions(MapOptions) - Method in class com.google.gwt.maps.client.MapWidget
-
set MapOptions
- setOptions(CircleOptions) - Method in class com.google.gwt.maps.client.overlays.Circle
-
sets the Circle options
- setOptions(InfoWindowOptions) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
-
set Options
- setOptions(MarkerOptions) - Method in class com.google.gwt.maps.client.overlays.Marker
-
set Options
- setOptions(PolygonOptions) - Method in class com.google.gwt.maps.client.overlays.Polygon
-
set Options
- setOptions(PolylineOptions) - Method in class com.google.gwt.maps.client.overlays.Polyline
-
set Options
- setOptions(RectangleOptions) - Method in class com.google.gwt.maps.client.overlays.Rectangle
-
sets the Rectangle options
- setOptions(DirectionsRendererOptions) - Method in class com.google.gwt.maps.client.services.DirectionsRenderer
-
Change the options settings of this DirectionsRenderer after
initialization.
- setOrigin(Point) - Method in class com.google.gwt.maps.client.overlays.MarkerImage
-
sets The position of the image within a sprite, if any.
- setOrigin(String) - Method in class com.google.gwt.maps.client.services.DirectionsRequest
-
Location of origin.
- setOrigin(LatLng) - Method in class com.google.gwt.maps.client.services.DirectionsRequest
-
Location of origin.
- setOriginAddresses(JsArrayString) - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponse
-
The formatted origin addresses.
- setOrigins(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
-
An array containing origin address strings and/or LatLngs, from which to calculate distance and time.
- setOrigins(JsArrayString) - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
-
An array containing origin address strings and/or LatLngs, from which to calculate distance and time.
- setOverlayImage(Element) - Method in class com.google.gwt.maps.client.overlays.MapPanes
-
sets This pane contains the marker foreground images.
- setOverlayLayer(Element) - Method in class com.google.gwt.maps.client.overlays.MapPanes
-
sets This pane contains polylines, polygons, ground overlays and tile layer overlays.
- setOverlayMapTypes(MVCArray<JavaScriptObject>) - Method in class com.google.gwt.maps.client.MapImpl
-
TODO sets Additional map types to overlay.
- setOverlayMapTypes(MVCArray<JavaScriptObject>) - Method in class com.google.gwt.maps.client.MapWidget
-
TODO sets Additional map types to overlay.
- setOverlayMouseTarget(Element) - Method in class com.google.gwt.maps.client.overlays.MapPanes
-
sets This pane contains elements that receive DOM mouse events, such as the transparent targets for markers.
- setOverlayShadow(Element) - Method in class com.google.gwt.maps.client.overlays.MapPanes
-
sets This pane contains the marker shadows.
- setOverview_Path(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.services.DirectionsRoute
-
An array of LatLngs representing the entire course of this route.
- setOverviewMapControl(boolean) - Method in class com.google.gwt.maps.client.MapOptions
-
set The enabled/disabled state of the Overview Map control.
- setOverviewMapControlOptions(OverviewMapControlOptions) - Method in class com.google.gwt.maps.client.MapOptions
-
set The display options for the Overview Map control.
- setPanControl(boolean) - Method in class com.google.gwt.maps.client.MapOptions
-
The enabled/disabled state of the Pan control.
- setPanControl(boolean) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
sets The enabled/disabled state of the pan control.
- setPanControlOptions(PanControlOptions) - Method in class com.google.gwt.maps.client.MapOptions
-
sets The display options for the Pan control.
- setPanControlOptions(PanControlOptions) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
sets The display options for the pan control.
- setPanel(Element) - Method in class com.google.gwt.maps.client.services.DirectionsRenderer
-
This method renders the directions in a <div>
.
- setPanel(Element) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
The <div>
in which to display the directions steps.
- setPano(String) - Method in class com.google.gwt.maps.client.streetview.StreetViewLink
-
sets A unique identifier for the panorama.
- setPano(String) - Method in class com.google.gwt.maps.client.streetview.StreetViewLocation
-
sets A unique identifier for the panorama.
- setPano(String) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
-
Sets the current panorama ID for the Street View panorama.
- setPano(String) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
sets The panorama ID, which should be set when specifying a custom panorama.
- setPano(String) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
-
Sets the current panorama ID for the Street View panorama.
- setPanoProvider(StreetViewPanoramaProvider) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
sets Custom panorama provider, which takes a string pano id and returns an object defining the panorama given that id.
- setPath(MVCArray<LatLng>) - Method in class com.google.gwt.maps.client.overlays.Polygon
-
Sets the first path.
- setPath(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.overlays.Polygon
-
Sets the first path.
- setPath(MVCArray<LatLng>) - Method in class com.google.gwt.maps.client.overlays.Polyline
-
Sets the first path.
- setPath(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.overlays.Polyline
-
Sets the first path.
- setPath(MVCArray<LatLng>) - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
-
sets The ordered sequence of coordinates of the Polyline.
- setPath(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
-
sets The ordered sequence of coordinates of the Polyline.
- setPath(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.services.DirectionsStep
-
A sequence of LatLngs describing the course of this step.
- setPath(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.services.PathElevationRequest
-
The path along which to collect elevation values.
- setPaths(MVCArray<LatLng>) - Method in class com.google.gwt.maps.client.overlays.Polygon
-
Sets the path for this polygon.
- setPaths(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.overlays.Polygon
-
Sets the path for this polygon.
- setPaths(MVCArray<LatLng>) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
The ordered sequence of coordinates that designates a closed loop.
- setPaths(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
The ordered sequence of coordinates that designates a closed loop.
- setPathss(MVCArray<MVCArray<LatLng>>) - Method in class com.google.gwt.maps.client.overlays.Polygon
-
Sets the path for this polygon.
- setPathss(JsArray<JsArray<LatLng>>) - Method in class com.google.gwt.maps.client.overlays.Polygon
-
Sets the path for this polygon.
- setPathss(MVCArray<MVCArray<LatLng>>) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
The ordered sequence of coordinates that designates a closed loop.
- setPathss(JsArray<JsArray<LatLng>>) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
The ordered sequence of coordinates that designates a closed loop.
- setPhotoId(String) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioFeature
-
The unique identifier for this photo, as used in the Panoramio API.
- setPitch(int) - Method in class com.google.gwt.maps.client.streetview.StreetViewPov
-
sets The camera pitch in degrees, relative to the street view vehicle.
- setPixelOffet(Size) - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
-
sets The offset, in pixels, of the tip of the info window from the point on the map at whose geographical coordinates the info window is anchored.
- setPolygonOptions(PolygonOptions) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
-
Options to apply to any new polygons created with this DrawingManager.
- setPolygonOptions(FusionTablesPolygonOptions) - Method in class com.google.gwt.maps.client.layers.FusionTablesStyle
-
sets Options which control the appearance of polygons.
- setPolylineOptions(PolylineOptions) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
-
Options to apply to any new polylines created with this DrawingManager.
- setPolylineOptions(FusionTablesPolylineOptions) - Method in class com.google.gwt.maps.client.layers.FusionTablesStyle
-
sets Options which control the appearance of polylines.
- setPolylineOptions(PolylineOptions) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
Options for the polylines.
- setPosition(ControlPosition) - Method in class com.google.gwt.maps.client.adsense.AdUnitImpl
-
Sets the ControlPosition at which to display the AdUnit on the map.
- setPosition(ControlPosition) - Method in class com.google.gwt.maps.client.adsense.AdUnitOptions
-
The position of the AdUnit.
- setPosition(ControlPosition) - Method in class com.google.gwt.maps.client.adsense.AdUnitWidget
-
Sets the ControlPosition at which to display the AdUnit on the map.
- setPosition(ControlPosition) - Method in class com.google.gwt.maps.client.controls.MapTypeControlOptions
-
Position id.
- setPosition(ControlPosition) - Method in class com.google.gwt.maps.client.controls.PanControlOptions
-
Position id.
- setPosition(ControlPosition) - Method in class com.google.gwt.maps.client.controls.RotateControlOptions
-
Position id.
- setPosition(ControlPosition) - Method in class com.google.gwt.maps.client.controls.ScaleControlOptions
-
Position id.
- setPosition(ControlPosition) - Method in class com.google.gwt.maps.client.controls.StreetViewControlOptions
-
Position id.
- setPosition(ControlPosition) - Method in class com.google.gwt.maps.client.controls.ZoomControlOptions
-
Position id.
- setPosition(ControlPosition) - Method in class com.google.gwt.maps.client.drawinglib.DrawingControlOptions
-
Position id.
- setPosition(LatLng) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
-
set Position
- setPosition(LatLng) - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
-
sets The LatLng at which to display this InfoWindow.
- setPosition(LatLng) - Method in class com.google.gwt.maps.client.overlays.Marker
-
set Position
- setPosition(LatLng) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
sets Marker position.
- setPosition(ControlPosition) - Method in class com.google.gwt.maps.client.streetview.StreetViewAddressControlOptions
-
Position id.
- setPosition(LatLng) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
-
Sets the current LatLng position for the Street View panorama.
- setPosition(LatLng) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
sets The LatLng position of the Street View panorama.
- setPosition(LatLng) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
-
Sets the current LatLng position for the Street View panorama.
- setPov(StreetViewPov) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
-
Sets the point of view for the Street View panorama.
- setPov(StreetViewPov) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
-
Sets the point of view for the Street View panorama.
- setPreserveViewport(boolean) - Method in class com.google.gwt.maps.client.layers.KmlLayerOptions
-
By default, the input map is centered and zoomed to the bounding box of the contents of the layer.
- setPreserveViewport(boolean) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
By default, the input map is centered and zoomed to the bounding box of
this set of directions.
- setProjection(Projection) - Method in interface com.google.gwt.maps.client.maptypes.MapType
-
sets The Projection used to render this MapType.
- setProvideRouteAlternatives(boolean) - Method in class com.google.gwt.maps.client.services.DirectionsRequest
-
Whether or not route alternatives should be provided.
- setPublisherId(String) - Method in class com.google.gwt.maps.client.adsense.AdUnitOptions
-
Your AdSense for Content publisher ID.
- setQuery(FusionTablesQuery) - Method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
-
sets Options defining the data to display.
- setRadius(int) - Method in interface com.google.gwt.maps.client.maptypes.MapType
-
sets Radius of the planet for the map, in meters.
- setRadius(double) - Method in class com.google.gwt.maps.client.overlays.Circle
-
Sets the radius of this circle (in meters).
- setRadius(double) - Method in class com.google.gwt.maps.client.overlays.CircleOptions
-
sets The radius in meters on the Earth's surface
- setRadius(double) - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
-
The distance from the given location within which to search for Places, in meters.
- setRaidus(double) - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
-
Deprecated.
- setRaiseOnDrag(boolean) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
sets If false, disables raising and lowering the marker on drag.
- setRating(int) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
The Place's rating, from 0.0 to 5.0, based on user reviews.
- setRectangleOptions(RectangleOptions) - Method in class com.google.gwt.maps.client.drawinglib.DrawingManagerOptions
-
Options to apply to any new rectangles created with this DrawingManager.
- setReference(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceDetailsRequest
-
The reference of the Place for which details are being requested.
- setReference(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
An opaque string that may be used to retrieve up-to-date information about this Place (via PlacesService.getDetails()).
- setRegion(String) - Method in class com.google.gwt.maps.client.services.DirectionsRequest
-
Region code used as a bias for geocoding requests.
- setRegion(String) - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
-
Region code used as a bias for geocoding requests.
- setRegion(String) - Method in class com.google.gwt.maps.client.services.GeocoderRequest
-
Country code top-level domain within which to search.
- setResolution(double) - Method in class com.google.gwt.maps.client.services.ElevationResult
-
The distance, in meters, between sample points from which the elevation was interpolated.
- setRotateControl(boolean) - Method in class com.google.gwt.maps.client.MapOptions
-
set The enabled/disabled state of the Rotate control.
- setRotateControlOptions(RotateControlOptions) - Method in class com.google.gwt.maps.client.MapOptions
-
set The display options for the Rotate control.
- setRouteIndex(int) - Method in class com.google.gwt.maps.client.services.DirectionsRenderer
-
Set the (zero-based) index of the route in the DirectionsResult object to
render.
- setRouteIndex(int) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
The index of the route within the DirectionsResult object.
- setRoutes(JsArray<DirectionsRoute>) - Method in class com.google.gwt.maps.client.services.DirectionsResult
-
An array of DirectionsRoutes, each of which contains information about
the legs and steps of which it is composed.
- setRows(JsArray<DistanceMatrixResponseRow>) - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponse
-
The rows of the matrix, corresponding to the origin addresses.
- setSamples(int) - Method in class com.google.gwt.maps.client.services.PathElevationRequest
-
Required.
- setScaleControl(boolean) - Method in class com.google.gwt.maps.client.MapOptions
-
set The initial enabled/disabled state of the Scale control.
- setScaleControlOptions(ScaleControlOptions) - Method in class com.google.gwt.maps.client.MapOptions
-
set The initial display options for the Scale control.
- setScaledSize(Size) - Method in class com.google.gwt.maps.client.overlays.MarkerImage
-
sets The size of the entire image after scaling, if any.
- setScrollWheel(boolean) - Method in class com.google.gwt.maps.client.MapOptions
-
set If false, disables scrollwheel zooming on the map.
- setScrollWheel(boolean) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
sets If false, disables scrollwheel zooming in Street View.
- setSelect(String) - Method in class com.google.gwt.maps.client.layers.FusionTablesQuery
-
sets A column, containing geographic features to be displayed on the map.
- setShadow(String) - Method in class com.google.gwt.maps.client.overlays.Marker
-
set Shadow
- setShadow(MarkerImage) - Method in class com.google.gwt.maps.client.overlays.Marker
-
set MarkerImage
- setShadow(String) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
sets Shadow image
- setShadow(MarkerImage) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
sets Shadow image
- setShape(MarkerShape) - Method in class com.google.gwt.maps.client.overlays.Marker
-
set Shape
- setShape(MarkerShape) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
sets Image map region definition used for drag/click.
- setShort_Name(String) - Method in class com.google.gwt.maps.client.services.GeocoderAddressComponent
-
The abbreviated, short text of the given address component
- setSize(Size) - Method in class com.google.gwt.maps.client.overlays.MarkerImage
-
sets The display size of the sprite or image.
- setSnippet(String) - Method in class com.google.gwt.maps.client.layers.KmlFeatureData
-
The feature's , extracted from the layer markup.
- setSnippet(String) - Method in class com.google.gwt.maps.client.layers.KmlLayerMetadata
-
The layer's , extracted from the layer markup
- setStart_Address(String) - Method in class com.google.gwt.maps.client.services.DirectionsLeg
-
The address of the origin of this leg.
- setStart_Location(LatLng) - Method in class com.google.gwt.maps.client.services.DirectionsLeg
-
The DirectionsService calculates directions between locations by using the nearest transportation option (usually a road) at the start and end locations.
- setStart_Location(LatLng) - Method in class com.google.gwt.maps.client.services.DirectionsStep
-
The starting location of this step.
- setStatus(DistanceMatrixElementStatus) - Method in class com.google.gwt.maps.client.services.DistanceMatrixResponseElement
-
The status of this particular origin-destination pairing.
- setStatus(MaxZoomStatus) - Method in class com.google.gwt.maps.client.services.MaxZoomResult
-
Status of the request.
- setSteps(JsArray<DirectionsStep>) - Method in class com.google.gwt.maps.client.services.DirectionsLeg
-
An array of DirectionsSteps, each of which contains information about the individual steps in this leg.
- setStopOver(boolean) - Method in class com.google.gwt.maps.client.services.DirectionsWaypoint
-
If true, indicates that this waypoint is a stop between the origin and destination.
- setStreetView(StreetViewPanoramaImpl) - Method in class com.google.gwt.maps.client.MapImpl
-
Sets the angle of incidence for aerial imagery (available for SATELLITE
and HYBRID map types) measured in degrees from the viewport plane to the
map plane.
- setStreetView(StreetViewPanoramaImpl) - Method in class com.google.gwt.maps.client.MapWidget
-
Sets the angle of incidence for aerial imagery (available for SATELLITE
and HYBRID map types) measured in degrees from the viewport plane to the
map plane.
- setStreetViewControl(boolean) - Method in class com.google.gwt.maps.client.MapOptions
-
set A StreetViewPanorama to display when the Street View Pegman is
dropped on the map.
- setStreetViewControlOptions(StreetViewControlOptions) - Method in class com.google.gwt.maps.client.MapOptions
-
The initial enabled/disabled state of the Street View Pegman control.
- setStreeViewPov(StreetViewPov) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
The camera orientation, specified as heading, pitch, and zoom, for the panorama.
- setStrokeColor(String) - Method in class com.google.gwt.maps.client.layers.FusionTablesPolygonOptions
-
sets The fill color, defined by a six-digit hexadecimal number in RRGGBB format (e.g.
- setStrokeColor(String) - Method in class com.google.gwt.maps.client.layers.FusionTablesPolylineOptions
-
sets The fill color, defined by a six-digit hexadecimal number in RRGGBB format (e.g.
- setStrokeColor(String) - Method in class com.google.gwt.maps.client.overlays.CircleOptions
-
sets The stroke color.
- setStrokeColor(String) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
sets The stroke color.
- setStrokeColor(String) - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
-
sets The stroke color.
- setStrokeColor(String) - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
-
sets The stroke color.
- setStrokeOpacity(double) - Method in class com.google.gwt.maps.client.layers.FusionTablesPolygonOptions
-
sets The stroke opacity between 0.0 and 1.0.
- setStrokeOpacity(double) - Method in class com.google.gwt.maps.client.layers.FusionTablesPolylineOptions
-
sets The stroke opacity between 0.0 and 1.0.
- setStrokeOpacity(double) - Method in class com.google.gwt.maps.client.overlays.CircleOptions
-
sets The stroke opacity between 0.0 and 1.0
- setStrokeOpacity(double) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
sets The stroke opacity between 0.0 and 1.0
- setStrokeOpacity(double) - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
-
sets The stroke opacity between 0.0 and 1.0
- setStrokeOpacity(double) - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
-
sets The stroke opacity between 0.0 and 1.0
- setStrokeWeight(int) - Method in class com.google.gwt.maps.client.layers.FusionTablesPolygonOptions
-
sets The stroke width in pixels, between 0 and 10.
- setStrokeWeight(int) - Method in class com.google.gwt.maps.client.layers.FusionTablesPolylineOptions
-
sets The stroke width in pixels, between 0 and 10.
- setStrokeWeight(int) - Method in class com.google.gwt.maps.client.overlays.CircleOptions
-
sets The stroke width in pixels.
- setStrokeWeight(int) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
sets The stroke width in pixels.
- setStrokeWeight(int) - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
-
sets The stroke width in pixels.
- setStrokeWeight(int) - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
-
sets The stroke width in pixels.
- setStyle(ScaleControlStyle) - Method in class com.google.gwt.maps.client.controls.ScaleControlOptions
-
set Style id.
- setStyle(ZoomControlStyle) - Method in class com.google.gwt.maps.client.controls.ZoomControlOptions
-
sets Style id.
- setStylers(MapTypeStyler[]) - Method in class com.google.gwt.maps.client.controls.MapTypeStyle
-
- setStyles(JsArray<FusionTablesStyle>) - Method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
-
sets An array of up to 5 style specifications, which control the appearance of features within the layer.
- setSuppressBicyclingLayer(boolean) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
Suppress the rendering of the BicyclingLayer when bicycling directions
are requested.
- setSuppressInfoWindows(boolean) - Method in class com.google.gwt.maps.client.layers.FusionTablesLayerOptions
-
sets Suppress the rendering of info windows when layer features are clicked.
- setSuppressInfoWindows(boolean) - Method in class com.google.gwt.maps.client.layers.KmlLayerOptions
-
Suppress the rendering of info windows when layer features are clicked.
- setSuppressInfoWindows(boolean) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayerOptions
-
Suppress the rendering of info windows when layer features are clicked.
- setSuppressInfoWindows(boolean) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
Suppress the rendering of info windows.
- setSuppressInfoWindows(boolean) - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
-
Sets Suppress the rendering of info windows when layer features are
clicked.
- setSuppressMarkers(boolean) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
Suppress the rendering of markers.
- setSuppressPolylines(boolean) - Method in class com.google.gwt.maps.client.services.DirectionsRendererOptions
-
Suppress the rendering of polylines.
- setTag(String) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayer
-
A panoramio tag used to filter the photos which are displayed.
- setTag(String) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayerOptions
-
A panoramio tag used to filter the photos which are displayed.
- setTemperatureUnits(TemperatureUnit) - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
-
Sets the units to use for temperature.
- setText(String) - Method in class com.google.gwt.maps.client.services.Distance
-
A string representation of the distance value, using the UnitSystem specified in the request.
- setText(String) - Method in class com.google.gwt.maps.client.services.Duration
-
A string representation of the duration value.
- setTileData(StreetViewTileData) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaData
-
sets Specifies the custom tiles for this panorama.
- setTileSize(Size) - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
-
sets The tile size.
- setTileSize(Size) - Method in interface com.google.gwt.maps.client.maptypes.MapType
-
sets The dimensions of each tile.
- setTileSize(Size) - Method in class com.google.gwt.maps.client.streetview.StreetViewTileData
-
sets The size (in pixels) at which tiles will be rendered.
- setTileUrl(TileUrlCallBack) - Method in class com.google.gwt.maps.client.maptypes.ImageMapTypeOptions
-
setup a callback to process the url creation
Returns a string (URL) for given tile coordinate (x, y) and zoom level.
- setTilt(int) - Method in class com.google.gwt.maps.client.MapImpl
-
Sets the angle of incidence for aerial imagery (available for SATELLITE
and HYBRID map types) measured in degrees from the viewport plane to the
map plane.
- setTilt(int) - Method in class com.google.gwt.maps.client.MapOptions
-
sets The angle of incidence of the map as measured in degrees from the
viewport plane to the map plane.
- setTilt(int) - Method in class com.google.gwt.maps.client.MapWidget
-
Sets the angle of incidence for aerial imagery (available for SATELLITE
and HYBRID map types) measured in degrees from the viewport plane to the
map plane.
- setTitle(String) - Method in class com.google.gwt.maps.client.overlays.Marker
-
set Title
- setTitle(String) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
sets Rollover text
- setTitle(String) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioFeature
-
The title of the photo.
- setTravel_Mode(TravelMode) - Method in class com.google.gwt.maps.client.services.DirectionsStep
-
The mode of travel used in this step.
- setTravelMode(TravelMode) - Method in class com.google.gwt.maps.client.services.DirectionsRequest
-
Type of routing requested.
- setTravelMode(TravelMode) - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
-
Region code used as a bias for geocoding requests.
- setType(MarkerShapeType) - Method in class com.google.gwt.maps.client.overlays.MarkerShape
-
sets Describes the shape's type and can be circle, poly or rect.
- setTypes(AutocompleteType...) - Method in class com.google.gwt.maps.client.placeslib.Autocomplete
-
Sets the types of predictions to be returned.
- setTypes(AutocompleteType...) - Method in class com.google.gwt.maps.client.placeslib.AutocompleteOptions
-
Sets the types of predictions to be returned.
- setTypes(JsArrayString) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
An array of types for this Place (e.g., ["political", "locality"] or ["restaurant", "establishment"]).
- setTypes(AutocompleteType...) - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
-
Restricts the Place search results to Places with a type matching at least one of the specified types in this array.
- setTypes(List<String>) - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
-
- setTypes(String...) - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
-
- setTypes(JsArrayString) - Method in class com.google.gwt.maps.client.placeslib.PlaceSearchRequest
-
- setTypes(JsArrayString) - Method in class com.google.gwt.maps.client.services.GeocoderAddressComponent
-
An array of strings denoting the type of this address component
- setTypes(JsArrayString) - Method in class com.google.gwt.maps.client.services.GeocoderResult
-
An array of strings denoting the type of the returned geocoded element.
- setUnitSystem(UnitSystem) - Method in class com.google.gwt.maps.client.services.DirectionsRequest
-
Preferred unit system to use when displaying distance.
- setUnitSystem(UnitSystem) - Method in class com.google.gwt.maps.client.services.DistanceMatrixRequest
-
Type of routing requested.
- setUri(String) - Method in class com.google.gwt.maps.client.layers.KmlAuthor
-
The author's home page, or an empty string if not specified.
- setUrl(String) - Method in class com.google.gwt.maps.client.overlays.MarkerImage
-
sets The URL of the image or sprite sheet.
- setUrl(String) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioFeature
-
The URL of the photo.
- setUrl(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
URL of the associated Google Place Page.
- setUserId(String) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioFeature
-
The unique identifier for the user who uploaded this photo, as used in the Panoramio API.
- setUserId(String) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayer
-
A Panoramio user ID.
- setUserId(String) - Method in class com.google.gwt.maps.client.panoramiolib.PanoramioLayerOptions
-
A Panoramio user ID.
- setValue(String) - Method in class com.google.gwt.maps.client.layers.FusionTablesCell
-
The contents of the cell.
- setValue(int) - Method in class com.google.gwt.maps.client.services.Distance
-
The distance in meters.
- setValue(int) - Method in class com.google.gwt.maps.client.services.Duration
-
The duration in seconds.
- setValues(HashMap<String, String>) - Method in class com.google.gwt.maps.client.mvc.MVCObject
-
Sets a collection of key-value pairs.
- setVia_Waypoints(JsArray<LatLng>) - Method in class com.google.gwt.maps.client.services.DirectionsLeg
-
An array of waypoints along this leg that were not specified in the original request, either as a result of a user dragging the polyline or selecting an alternate route.
- setVicinity(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
A fragment of the Place's address for disambiguation (usually street name and locality).
- setViewPort(LatLngBounds) - Method in class com.google.gwt.maps.client.placeslib.PlaceGeometry
-
The preferred viewport when displaying this Place on a map.
- setViewPort(LatLngBounds) - Method in class com.google.gwt.maps.client.services.GeocoderGeometry
-
The bounds of the recommended viewport for displaying this GeocodeResult
- setVisibile(boolean) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
sets If true, the Street View panorama is visible on load.
- setVisible(boolean) - Method in class com.google.gwt.maps.client.overlays.Marker
-
set Visible
- setVisible(boolean) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
sets If true, the marker is visible
- setVisible(boolean) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
-
Sets to true to make the panorama visible.
- setVisible(boolean) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
-
Sets to true to make the panorama visible.
- setWarnings(JsArrayString) - Method in class com.google.gwt.maps.client.services.DirectionsRoute
-
Warnings to be displayed when showing these directions.
- setWayPoint_Order(JsArrayInteger) - Method in class com.google.gwt.maps.client.services.DirectionsRoute
-
If optimizeWaypoints was set to true, this field will contain the re-ordered permutation of the input waypoints.
- setWaypoints(JsArray<DirectionsWaypoint>) - Method in class com.google.gwt.maps.client.services.DirectionsRequest
-
Array of intermediate waypoints.
- setWebsite(String) - Method in class com.google.gwt.maps.client.placeslib.PlaceResult
-
The authoritative website for this Place, such as a business' homepage.
- setWhere(String) - Method in class com.google.gwt.maps.client.layers.FusionTablesQuery
-
sets The SQL predicate to be applied to the layer.
- setWhere(String) - Method in class com.google.gwt.maps.client.layers.FusionTablesStyle
-
sets The SQL predicate to be applied to the layer.
- setWidth(double) - Method in class com.google.gwt.maps.client.base.Size
-
sets The width along the x-axis, in pixels.
- setWindSpeedUnits(WindSpeedUnit) - Method in class com.google.gwt.maps.client.weatherlib.WeatherLayerOptions
-
Sets the units to use for wind speed.
- setWorldSize(Size) - Method in class com.google.gwt.maps.client.streetview.StreetViewTileData
-
sets The size (in pixels) of the whole panorama's "world".
- setZindex(int) - Method in class com.google.gwt.maps.client.overlays.CircleOptions
-
sets The zIndex compared to other rectangles.
- setZindex(int) - Method in class com.google.gwt.maps.client.overlays.InfoWindow
-
set Z index
- setZindex(int) - Method in class com.google.gwt.maps.client.overlays.InfoWindowOptions
-
sets All InfoWindows are displayed on the map in order of their zIndex, with higher values displaying in front of InfoWindows with lower values.
- setZindex(int) - Method in class com.google.gwt.maps.client.overlays.Marker
-
set Z index
- setZindex(int) - Method in class com.google.gwt.maps.client.overlays.MarkerOptions
-
sets All markers are displayed on the map in order of their zIndex, with higher values displaying in front of markers with lower values.
- setZindex(int) - Method in class com.google.gwt.maps.client.overlays.PolygonOptions
-
sets The zIndex compared to other polys.
- setZindex(int) - Method in class com.google.gwt.maps.client.overlays.PolylineOptions
-
sets The zIndex compared to other polys.
- setZindex(int) - Method in class com.google.gwt.maps.client.overlays.RectangleOptions
-
sets The zIndex compared to other rectangles.
- setZoom(int) - Method in class com.google.gwt.maps.client.MapImpl
-
sets map zoom
- setZoom(int) - Method in class com.google.gwt.maps.client.MapOptions
-
The initial Map zoom level.
- setZoom(int) - Method in class com.google.gwt.maps.client.MapWidget
-
sets map zoom
- setZoom(int) - Method in class com.google.gwt.maps.client.services.MaxZoomResult
-
The maximum zoom level found at the given LatLng.
- setZoom(int) - Method in class com.google.gwt.maps.client.streetview.StreetViewPov
-
sets The zoom level.
- setZoomControl(boolean) - Method in class com.google.gwt.maps.client.MapOptions
-
sets The enabled/disabled state of the Zoom control.
- setZoomControl(boolean) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
sets The enabled/disabled state of the zoom control.
- setZoomControlOptions(ZoomControlOptions) - Method in class com.google.gwt.maps.client.MapOptions
-
sets The display options for the Zoom control.
- setZoomControlOptions(ZoomControlOptions) - Method in class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
sets The display options for the zoom control.
- ShadowChangeEventFormatter - Class in com.google.gwt.maps.client.events.shadow
-
- ShadowChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.shadow.ShadowChangeEventFormatter
-
- ShadowChangeMapEvent - Class in com.google.gwt.maps.client.events.shadow
-
- ShadowChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.shadow.ShadowChangeMapEvent
-
- ShadowChangeMapHandler - Interface in com.google.gwt.maps.client.events.shadow
-
- ShapeChangeEventFormatter - Class in com.google.gwt.maps.client.events.shape
-
- ShapeChangeEventFormatter() - Constructor for class com.google.gwt.maps.client.events.shape.ShapeChangeEventFormatter
-
- ShapeChangeMapEvent - Class in com.google.gwt.maps.client.events.shape
-
- ShapeChangeMapEvent(Properties) - Constructor for class com.google.gwt.maps.client.events.shape.ShapeChangeMapEvent
-
- ShapeChangeMapHandler - Interface in com.google.gwt.maps.client.events.shape
-
- Size - Class in com.google.gwt.maps.client.base
-
Two-dimensional size, where width is the distance on the x-axis, and height is the distance on the y-axis.
- Size() - Constructor for class com.google.gwt.maps.client.base.Size
-
creates Two-dimensional size, where width is the distance on the x-axis, and height is the distance on the y-axis.
- SphericalUtils - Class in com.google.gwt.maps.client.geometrylib
-
- SphericalUtils() - Constructor for class com.google.gwt.maps.client.geometrylib.SphericalUtils
-
- StreetViewAddressControlOptions - Class in com.google.gwt.maps.client.streetview
-
Options for the rendering of the Street View address control.
- StreetViewAddressControlOptions() - Constructor for class com.google.gwt.maps.client.streetview.StreetViewAddressControlOptions
-
Options for the rendering of the Street View address control.
- StreetViewControlOptions - Class in com.google.gwt.maps.client.controls
-
Options for the rendering of the Street View pegman control on the map.
- StreetViewControlOptions() - Constructor for class com.google.gwt.maps.client.controls.StreetViewControlOptions
-
Options for the rendering of the Street View pegman control on the map.
- StreetViewLink - Class in com.google.gwt.maps.client.streetview
-
A collection of references to adjacent Street View panos.
- StreetViewLink() - Constructor for class com.google.gwt.maps.client.streetview.StreetViewLink
-
A collection of references to adjacent Street View panos.
- StreetViewLocation - Class in com.google.gwt.maps.client.streetview
-
A representation of a location in the Street View panorama.
- StreetViewLocation() - Constructor for class com.google.gwt.maps.client.streetview.StreetViewLocation
-
A representation of a location in the Street View panorama.
- StreetViewPanoramaData - Class in com.google.gwt.maps.client.streetview
-
The representation of a panorama returned from the provider defined using registerPanoProvider.
- StreetViewPanoramaData() - Constructor for class com.google.gwt.maps.client.streetview.StreetViewPanoramaData
-
The representation of a panorama returned from the provider defined using registerPanoProvider.
- StreetViewPanoramaImpl - Class in com.google.gwt.maps.client.streetview
-
Displays the panorama for a given LatLng or panorama ID.
- StreetViewPanoramaImpl() - Constructor for class com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl
-
Displays the panorama for a given LatLng or panorama ID.
- StreetViewPanoramaOptions - Class in com.google.gwt.maps.client.streetview
-
Options defining the properties of a StreetViewPanorama object.
- StreetViewPanoramaOptions() - Constructor for class com.google.gwt.maps.client.streetview.StreetViewPanoramaOptions
-
Options defining the properties of a StreetViewPanorama object.
- StreetViewPanoramaProvider - Interface in com.google.gwt.maps.client.streetview
-
- StreetViewPanoramaWidget - Class in com.google.gwt.maps.client.streetview
-
Displays the panorama for a given LatLng or panorama ID.
- StreetViewPanoramaWidget(StreetViewPanoramaOptions) - Constructor for class com.google.gwt.maps.client.streetview.StreetViewPanoramaWidget
-
Displays the panorama for a given LatLng or panorama ID.
- StreetViewPov - Class in com.google.gwt.maps.client.streetview
-
A point of view object which specifies the camera's orientation at the Street View panorama's position.
- StreetViewPov() - Constructor for class com.google.gwt.maps.client.streetview.StreetViewPov
-
A point of view object which specifies the camera's orientation at the Street View panorama's position.
- StreetViewService - Class in com.google.gwt.maps.client.streetview
-
A StreetViewService object performs searches for Street View data.
- StreetViewService() - Constructor for class com.google.gwt.maps.client.streetview.StreetViewService
-
use newInstance();
- StreetViewStatus - Enum in com.google.gwt.maps.client.streetview
-
The status returned by the StreetViewService on completion of a Street View request.
- StreetViewTileData - Class in com.google.gwt.maps.client.streetview
-
The properties of the tile set used in a Street View panorama.
- StreetViewTileData() - Constructor for class com.google.gwt.maps.client.streetview.StreetViewTileData
-
The properties of the tile set used in a Street View panorama.
- StyledMapType - Class in com.google.gwt.maps.client.maptypes
-
Creates a MapType with a custom style.
- StyledMapType() - Constructor for class com.google.gwt.maps.client.maptypes.StyledMapType
-
use newInstance();
- StyledMapTypeOptions - Class in com.google.gwt.maps.client.maptypes
-
This class is used to specify options when creating a StyledMapType.
- StyledMapTypeOptions() - Constructor for class com.google.gwt.maps.client.maptypes.StyledMapTypeOptions
-
use newInstance();