A C D E F G H I L M O P R S T Z

G

G_ANCHOR_BOTTOM_LEFT() - Static method in class com.mapitz.gwt.googleMaps.client.GControlAnchor
G_ANCHOR_BOTTOM_LEFT The control will be anchored in the bottom left corner of the map.
G_ANCHOR_BOTTOM_RIGHT() - Static method in class com.mapitz.gwt.googleMaps.client.GControlAnchor
G_ANCHOR_BOTTOM_RIGHT The control will be anchored in the bottom right corner of the map.
G_ANCHOR_TOP_LEFT() - Static method in class com.mapitz.gwt.googleMaps.client.GControlAnchor
G_ANCHOR_TOP_LEFT The control will be anchored in the top left corner of the map.
G_ANCHOR_TOP_RIGHT() - Static method in class com.mapitz.gwt.googleMaps.client.GControlAnchor
G_ANCHOR_TOP_RIGHT The control will be anchored in the top right corner of the map.
G_DEFAULT_MAP_TYPES() - Static method in class com.mapitz.gwt.googleMaps.client.GMapType
G_DEFAULT_MAP_TYPES An array of all three predefined map types described above.
G_HYBRID_MAP() - Static method in class com.mapitz.gwt.googleMaps.client.GMapType
G_HYBRID_MAP This map type shows transparent street maps over Google Earth satellite images.
G_MAP_FLOAT_PANE() - Static method in class com.mapitz.gwt.googleMaps.client.GMapPane
This pane contains the info window.
G_MAP_FLOAT_SHADOW_PANE() - Static method in class com.mapitz.gwt.googleMaps.client.GMapPane
This pane conatains the shadow of the info window.
G_MAP_MAP_PANE() - Static method in class com.mapitz.gwt.googleMaps.client.GMapPane
This pane is still below the shadows of the markers, directly on top of the map.
G_MAP_MARKER_MOUSE_TARGET_PANE() - Static method in class com.mapitz.gwt.googleMaps.client.GMapPane
This pane contains transparent elements that receive DOM mouse events for the markers.
G_MAP_MARKER_PANE() - Static method in class com.mapitz.gwt.googleMaps.client.GMapPane
This pane contains the markers.
G_MAP_MARKER_SHADOW_PANE() - Static method in class com.mapitz.gwt.googleMaps.client.GMapPane
This pane contains the shadows of the markers.
G_NORMAL_MAP() - Static method in class com.mapitz.gwt.googleMaps.client.GMapType
G_NORMAL_MAP This is the normal street map type.
G_SATELLITE_MAP() - Static method in class com.mapitz.gwt.googleMaps.client.GMapType
G_SATELLITE_MAP This map type shows Google Earth satellite images.
GClientGeocoder - Class in com.mapitz.gwt.googleMaps.client
This class is used to communicate directly with Google servers to obtain geocodes for user specified addresses.
GControl - Class in com.mapitz.gwt.googleMaps.client
Interface and factory for contols to control the Map (Zoom, Scale, etc...).
GControlAnchor - Class in com.mapitz.gwt.googleMaps.client
Factory for Location anchors used for GControl
GControlPosition - Class in com.mapitz.gwt.googleMaps.client
This class described the position of a control in the map view.
GCopyright - Class in com.mapitz.gwt.googleMaps.client
A copyright object contains information about which copyright message applies to a region of the map given by a rectangle, at a given zoom level.
GCopyrightCollection - Class in com.mapitz.gwt.googleMaps.client
You use this class to manage copyright messages displayed on maps of custom map type.
getAddresses() - Method in class com.mapitz.gwt.googleMaps.client.GGeocodeResult
Retrieve addresses
getAddressStr() - Method in class com.mapitz.gwt.googleMaps.client.GGeocodeAddress
Example: 123 Some Street, City, TX, 12345
getBounds() - Method in class com.mapitz.gwt.googleMaps.client.GCopyright
bounds GLatLngBounds The region to which this information applies.
getBounds() - Method in class com.mapitz.gwt.googleMaps.client.GMap2
Returns the the visible rectangular region of the map view in geographical coordinates.
getBoundsZoomLevel(GLatLngBounds) - Method in class com.mapitz.gwt.googleMaps.client.GMap2
Returns the zoom level at which the given rectangular region fits in the map view.
getBoundsZoomLevel(GLatLngBounds, GSize) - Method in class com.mapitz.gwt.googleMaps.client.GMapType
getBoundsZoomLevel(bounds, viewSize) none Returns to the map the zoom level at which the map section defined by bounds fits into the map view of the given size in pixels.
getCache() - Method in class com.mapitz.gwt.googleMaps.client.GClientGeocoder
getCache() GGeocodeCache Returns currently used geocode cache, or null, if no client-side caching is performed.
getCenter() - Method in class com.mapitz.gwt.googleMaps.client.GLatLngBounds
getCenter() GLatLng Returns the point at the center of the rectangle.
getCenter() - Method in class com.mapitz.gwt.googleMaps.client.GMap2
Returns the geographical coordinates of the center point of the map view.
getCity() - Method in class com.mapitz.gwt.googleMaps.client.GGeocodeAddress
Example: Austin
getClickable() - Method in class com.mapitz.gwt.googleMaps.client.GMarkerOptions
 
getContainer() - Method in class com.mapitz.gwt.googleMaps.client.GMap2
getContainer() Node Returns the DOM object that contains the map.
getCopyrightNotice(GLatLngBounds, int) - Method in class com.mapitz.gwt.googleMaps.client.GCopyrightCollection
getCopyrightNotice(bounds, zoom) String Returns the prefix and all relevant copyright strings that are pertinent for the given map region at the given zoom level.
getCopyrights(GLatLngBounds, int) - Method in class com.mapitz.gwt.googleMaps.client.GCopyrightCollection
getCopyrights(bounds, zoom) Array of String Returns all copyright strings that are pertinent for the given map region at the given zoom level.
getCopyrights(GLatLngBounds, int) - Method in class com.mapitz.gwt.googleMaps.client.GMapType
getCopyrights(bounds, zoom) Array of String Returns to the map the copyright messages appropriate for the region described by bounds at the given zoom level.
getCountry() - Method in class com.mapitz.gwt.googleMaps.client.GGeocodeAddress
Example: US
getCounty() - Method in class com.mapitz.gwt.googleMaps.client.GGeocodeAddress
Example: Travis
getCurrentMapType() - Method in class com.mapitz.gwt.googleMaps.client.GMap2
getCurrentMapType() GMapType Returns the currently selected map type.
getDefaultIcon() - Method in class com.mapitz.gwt.googleMaps.client.GIcon
G_DEFAULT_ICON
getDefaultPosition() - Method in class com.mapitz.gwt.googleMaps.client.GControl
getDefaultPosition() GControlPosition Returns to the map the position in the map view at which the control appears by default.
getErrorMessage() - Method in class com.mapitz.gwt.googleMaps.client.GMapType
getErrorMessage() String Returns to the map the error message that is displayed in areas or on zoom level where this map type doesn't have map tiles.
getErrorMessage() - Method in class com.mapitz.gwt.googleMaps.client.GMapTypeOptions
errorMessage String Sets the error message returned by GMapType.getErrorMessage().
getGmap() - Method in class com.mapitz.gwt.googleMaps.client.GMap2Widget
 
getHeight() - Method in class com.mapitz.gwt.googleMaps.client.GSize
 
getIcon() - Method in class com.mapitz.gwt.googleMaps.client.GMarker
 
getIcon() - Method in class com.mapitz.gwt.googleMaps.client.GMarkerOptions
 
getIconAnchor() - Method in class com.mapitz.gwt.googleMaps.client.GIcon
The pixel coordinate relative to the top left corner of the icon image at which this icon is anchored to the map.
getIconSize() - Method in class com.mapitz.gwt.googleMaps.client.GIcon
The pixel size of the foreground image of the icon.
getId() - Method in class com.mapitz.gwt.googleMaps.client.GCopyright
id Number A unique identifier for this copyright information.
getImage() - Method in class com.mapitz.gwt.googleMaps.client.GIcon
The foreground image URL of the icon.
getImageMap() - Method in class com.mapitz.gwt.googleMaps.client.GIcon
An array of integers representing the x/y coordinates of the image map we should use to specify the clickable part of the icon image in browsers other than Internet Explorer.
getIndex() - Method in class com.mapitz.gwt.googleMaps.client.GControlAnchor
get the numerical enum val
getIndex() - Method in class com.mapitz.gwt.googleMaps.client.GMapPane
 
getInfoWindow() - Method in class com.mapitz.gwt.googleMaps.client.GMap2
getInfoWindow() GInfoWindow Returns the info window object of this impl.
getInfoWindowAnchor() - Method in class com.mapitz.gwt.googleMaps.client.GIcon
infoWindowAnchor GPoint The pixel coordinate relative to the top left corner of the icon image at which the info window is anchored to this icon.
getLatLng(String, GGeocodeResultListener) - Method in class com.mapitz.gwt.googleMaps.client.GClientGeocoder
getLatLng(address, callback) none Sends a request to Google servers to geocode the specified address.
getLinkColor() - Method in class com.mapitz.gwt.googleMaps.client.GMapType
getLinkColor() String Returns to the map the color that is best used for a hyperlink that is overlaid on the map.
getLinkColor() - Method in class com.mapitz.gwt.googleMaps.client.GMapTypeOptions
linkColor String Sets the text color returned by GMapType.getLinkColor().
getLocations(String, GGeocodeAdvancedResultListener) - Method in class com.mapitz.gwt.googleMaps.client.GClientGeocoder
getLocations(address, callback) none Sends a request to Google servers to geocode the specified address.
getMapType() - Method in class com.mapitz.gwt.googleMaps.client.GInfoWindowOptions
mapType GMapType Pertinent for showMapBlowup() only.
getMapTypes() - Method in class com.mapitz.gwt.googleMaps.client.GMap2
getMapTypes() Array of GMapType Returns the array of map types registered with this map.
getMapTypes() - Method in class com.mapitz.gwt.googleMaps.client.GMapOptions
mapTypes Array of GMapType Array of map types to be used by this map.
getMaximumResolution(GLatLng) - Method in class com.mapitz.gwt.googleMaps.client.GMapType
getMaximumResolution(latlng?) Number Returns to the map the highest zoom level at which this map type is defined.
getMaximumResolution() - Method in class com.mapitz.gwt.googleMaps.client.GMapType
getMaximumResolution(latlng?) Number Returns to the map the highest zoom level at which this map type is defined.
getMaxResolution() - Method in class com.mapitz.gwt.googleMaps.client.GMapTypeOptions
maxResolution Number Sets the maximum zoom level of this map type, returned by GMapType.getMaximumResolution().
getMaxWidth() - Method in class com.mapitz.gwt.googleMaps.client.GInfoWindowOptions
maxWidth Number Maximum width of the info window content, in pixels.
getMinimumResolution(GLatLng) - Method in class com.mapitz.gwt.googleMaps.client.GMapType
getMinimumResolution(latlng?) Number Returns to the map the lowest zoom level at which this map type is defined.
getMinimumResolution() - Method in class com.mapitz.gwt.googleMaps.client.GMapType
getMinimumResolution(latlng?) Number Returns to the map the lowest zoom level at which this map type is defined.
getMinResolution() - Method in class com.mapitz.gwt.googleMaps.client.GMapTypeOptions
minResolution Number Sets the minimum zoom level of this map type, returned by GMapType.getMinimumResolution().
getMinZooom() - Method in class com.mapitz.gwt.googleMaps.client.GCopyright
minZoom Number The lowest zoom level at which this information applies.
getMozPrintImage() - Method in class com.mapitz.gwt.googleMaps.client.GIcon
The URL of the foreground icon image used for printed maps in Firefox/Mozilla.
getName(boolean) - Method in class com.mapitz.gwt.googleMaps.client.GMapType
getName(opt_short) String Returns to the map the name of the map type to be used as the button label in the GMapTypeControl.
getNorthEast() - Method in class com.mapitz.gwt.googleMaps.client.GLatLngBounds
getNorthEast() GLatLng Returns the point at the north-east corner of the rectangle.
getOpacity() - Method in class com.mapitz.gwt.googleMaps.client.GTileLayer
getOpacity() Number Abstract.
getOrigAddrees() - Method in class com.mapitz.gwt.googleMaps.client.GGeocodeResult
Retrieves the original address passed to the geocoder
getPane(GMapPane) - Method in class com.mapitz.gwt.googleMaps.client.GMap2
getPane(pane) Node Returns a DIV that holds the object in the layer identified by pane.
getPixelOffset() - Method in class com.mapitz.gwt.googleMaps.client.GInfoWindow
getPixelOffset() GSize Returns 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.
getPoint() - Method in class com.mapitz.gwt.googleMaps.client.GInfoWindow
getPoint() GLatLng Returns the geographical point at which the info window is anchored.
getPoint() - Method in class com.mapitz.gwt.googleMaps.client.GMarker
 
getPosition() - Method in class com.mapitz.gwt.googleMaps.client.GGeocodeAddress
Latitude and longitude position of the address
getPrintImage() - Method in class com.mapitz.gwt.googleMaps.client.GIcon
The URL of the foreground icon image used for printed maps.
getPrintShadow() - Method in class com.mapitz.gwt.googleMaps.client.GIcon
The URL of the shadow image used for printed maps.
getProjection() - Method in class com.mapitz.gwt.googleMaps.client.GMapType
getProjection() GProjection Returns to the map the projection of this map type.
getSelectedTab() - Method in class com.mapitz.gwt.googleMaps.client.GInfoWindow
getSelectedTab() Number Returns the index, starting at 0, of the current selected tab.
getSelectedTab() - Method in class com.mapitz.gwt.googleMaps.client.GInfoWindowOptions
selectedTab Number Selects the tab with the given index, starting at 0, instead of the first tab (with index 0).
getShadow() - Method in class com.mapitz.gwt.googleMaps.client.GIcon
The shadow image URL of the icon.
getShadowSize() - Method in class com.mapitz.gwt.googleMaps.client.GIcon
The pixel size of the shadow image.
getShortName() - Method in class com.mapitz.gwt.googleMaps.client.GMapTypeOptions
shortName String Sets the short name of the map type that is returned from GMapType.getName(true).
getSize() - Method in class com.mapitz.gwt.googleMaps.client.GMap2
Returns the size of the map view in pixels.
getSize() - Method in class com.mapitz.gwt.googleMaps.client.GMapOptions
size GSize Sets the size in pixels of the map.
getSouthWest() - Method in class com.mapitz.gwt.googleMaps.client.GLatLngBounds
getSouthWest() GLatLng Returns the point at the south-west corner of the rectangle.
getSpanZoomLevel(GLatLng, GLatLng, GSize) - Method in class com.mapitz.gwt.googleMaps.client.GMapType
getSpanZoomLevel(center, span, viewSize) Number Returns to the map the zoom level at which the map section defined by center and span fits into the map view of the given size in pixels.
getState() - Method in class com.mapitz.gwt.googleMaps.client.GGeocodeAddress
Example: TX
getStatusCode() - Method in class com.mapitz.gwt.googleMaps.client.GGeocodeResult
Returns the status code
getText() - Method in class com.mapitz.gwt.googleMaps.client.GCopyright
text String The text of the copyright message.
getTextColor() - Method in class com.mapitz.gwt.googleMaps.client.GMapType
getTextColor() String Returns to the map the color that is best used for text that is overlaid on the map.
getTextColor() - Method in class com.mapitz.gwt.googleMaps.client.GMapTypeOptions
textColor String Sets the text color returned by GMapType.getTextColor().
getTileLayers() - Method in class com.mapitz.gwt.googleMaps.client.GMapType
getTileLayers() Array of GTileLayer Returns to the map the array of tile layers.
getTileSize() - Method in class com.mapitz.gwt.googleMaps.client.GMapType
getTileSize() Number Returns to the map the map tile size in pixels of this map type.
getTileSize() - Method in class com.mapitz.gwt.googleMaps.client.GMapTypeOptions
tileSize Number Set the tile size returned by GMapType.getTileSize().
getTileUrl(GPoint, int) - Method in class com.mapitz.gwt.googleMaps.client.GTileLayer
getTileUrl(tile, zoom) String Abstract.
getTitle() - Method in class com.mapitz.gwt.googleMaps.client.GMarkerOptions
 
getTransparent() - Method in class com.mapitz.gwt.googleMaps.client.GIcon
The URL of a virtually transparent version of the foreground icon image used to capture click events in Internet Explorer.
getUrlArg() - Method in class com.mapitz.gwt.googleMaps.client.GMapType
getUrlArg() String Returns to the map a value that is used as a URL paramater value to identify this map type in permalinks to the current map view.
getUrlArg() - Method in class com.mapitz.gwt.googleMaps.client.GMapTypeOptions
urlArg String Sets the url argument of the map type that is returned from GMapType.getUrlArg().
getVertex(int) - Method in class com.mapitz.gwt.googleMaps.client.GPolyline
getVertex(index) GLatLng Returns the vertex with the given index in the polyline.
getVertexCount() - Method in class com.mapitz.gwt.googleMaps.client.GPolyline
getVertexCount() Number Returns the number of vertices in the polyline.
getWidth() - Method in class com.mapitz.gwt.googleMaps.client.GSize
 
getWrapWidth(GProjection, int) - Method in class com.mapitz.gwt.googleMaps.client.GProjection
getWrapWidth(zoom) none Returns to the map the periodicity in x-direction, i.e.
getX() - Method in class com.mapitz.gwt.googleMaps.client.GPoint
x Number x coordinate, increases to the left.
getY() - Method in class com.mapitz.gwt.googleMaps.client.GPoint
y Number y coordinate, increases downwards.
GetZIndex(double) - Static method in class com.mapitz.gwt.googleMaps.client.GOverlay
Returns a CSS z-index value for a given latitude.
getZip() - Method in class com.mapitz.gwt.googleMaps.client.GGeocodeAddress
Example: 12345
getZoom() - Method in class com.mapitz.gwt.googleMaps.client.GMap2
Returns the current zoom level.
getZoomLevel() - Method in class com.mapitz.gwt.googleMaps.client.GInfoWindowOptions
zoomLevel Number Pertinent for showMapBlowup() only.
GFactualGeocodeCache - Class in com.mapitz.gwt.googleMaps.client
This class refines the basic GGeocodeCache class by placing stricter conditions on cached replies.
GGeocodeAddress - Class in com.mapitz.gwt.googleMaps.client
Represents an address from GClientGeocode, stored in GGeocodeResult
GGeocodeAddress(String, String, String, String, String, String, String, double, double) - Constructor for class com.mapitz.gwt.googleMaps.client.GGeocodeAddress
 
GGeocodeAdvancedResultListener - Interface in com.mapitz.gwt.googleMaps.client
Event listener for advanced geocoding results
GGeocodeCache - Class in com.mapitz.gwt.googleMaps.client
Creates a new cache for storing a map from adresses to locations.
GGeocodeResult - Class in com.mapitz.gwt.googleMaps.client
Geocode results returned from GClientGeocoder.getLocations(), contains all "matching" addresses, status code, and orignal address
GGeocodeResult(int, String, int) - Constructor for class com.mapitz.gwt.googleMaps.client.GGeocodeResult
 
GGeocodeResultListener - Interface in com.mapitz.gwt.googleMaps.client
Event listener for geocoding results
GIcon - Class in com.mapitz.gwt.googleMaps.client
An icon specifies the images used to display a GMarker on the map.
GInfoWindow - Class in com.mapitz.gwt.googleMaps.client
An information panel which displays over the map.
GInfoWindowOptions - Class in com.mapitz.gwt.googleMaps.client
Options for the InfoWindow
GInfoWindowTab - Class in com.mapitz.gwt.googleMaps.client
An array of instances of this class can be passed as the tabs argument to the methods GMap2.openInfoWindowTabs(), GMap2.openInfoWindowTabsHtml(), GMarker.openInfoWindowTabs(), and GMarker.openInfoWindowTabsHtml().
GLargeMapControl() - Static method in class com.mapitz.gwt.googleMaps.client.GControl
Creates a control with buttons to pan in four directions, and zoom in and zoom out, and a zoom slider.
GLatLng - Class in com.mapitz.gwt.googleMaps.client
GLatLng is a point in geographical coordinates longitude and latitude.
GLatLngBounds - Class in com.mapitz.gwt.googleMaps.client
A GLatLngBounds instance represents a rectangle in geographical coordinates, including one that crosses the 180 degrees meridian.
GLatLngBounds(int) - Constructor for class com.mapitz.gwt.googleMaps.client.GLatLngBounds
 
GMap2 - Class in com.mapitz.gwt.googleMaps.client
Instantiate class GMap2 in order to create a map.
GMap2EventListener - Interface in com.mapitz.gwt.googleMaps.client
Defines the interface for all standard GMap2 event listeners
GMap2EventManager - Class in com.mapitz.gwt.googleMaps.client
Event manager for GMap2, see GMap2EventListner for a description of the handlers
GMap2EventManager() - Constructor for class com.mapitz.gwt.googleMaps.client.GMap2EventManager
 
GMap2Widget - Class in com.mapitz.gwt.googleMaps.client
The basic GMap2Widget, the is the class you need to start with in the GWT framework.
GMap2Widget(Element) - Constructor for class com.mapitz.gwt.googleMaps.client.GMap2Widget
 
GMap2Widget() - Constructor for class com.mapitz.gwt.googleMaps.client.GMap2Widget
 
GMapOptions - Class in com.mapitz.gwt.googleMaps.client
Additional options for the GMap
GMapPane - Class in com.mapitz.gwt.googleMaps.client
Factory for these constants which define the layering system that is used by overlay to display themselves on the map.
GMapType - Class in com.mapitz.gwt.googleMaps.client
The are some predefined map types.
GMapTypeControl() - Static method in class com.mapitz.gwt.googleMaps.client.GControl
Creates a control with buttons to switch between map types.
GMapTypeOptions - Class in com.mapitz.gwt.googleMaps.client
Additional options of the GMapType
GMarker - Class in com.mapitz.gwt.googleMaps.client
A GMarker marks a position on the map.
GMarkerEventListener - Interface in com.mapitz.gwt.googleMaps.client
Defines the interface for all standard GMarker event listeners
GMarkerEventManager - Class in com.mapitz.gwt.googleMaps.client
Event Manager which manages GMarker events
GMarkerEventManager() - Constructor for class com.mapitz.gwt.googleMaps.client.GMarkerEventManager
 
GMarkerOptions - Class in com.mapitz.gwt.googleMaps.client
Additional options for the GMarker
GMercatorProjection - Class in com.mapitz.gwt.googleMaps.client
This implementation of the GProjection interface for the mercator projection is used by all predefined map types.
GOverlay - Class in com.mapitz.gwt.googleMaps.client
This interface is implemented by the GMarker, GPolyline, and GInfoWindow classes in the maps API library.
GPoint - Class in com.mapitz.gwt.googleMaps.client
A GPoint represents a point on the map by its pixel coordinates.
GPolyline - Class in com.mapitz.gwt.googleMaps.client
This is a map overlay that draws a polyline on the map, using the vector drawing facilities of the browser if they are available, or an image overlay from Google servers otherwise.
GProjection - Class in com.mapitz.gwt.googleMaps.client
This is the interface for map projections.
GScaleControl() - Static method in class com.mapitz.gwt.googleMaps.client.GControl
Creates a control that displays the map scale.
GSize - Class in com.mapitz.gwt.googleMaps.client
A GSize is the size in pixels of a rectangular area of the map.
GSize(int) - Constructor for class com.mapitz.gwt.googleMaps.client.GSize
 
GSmallMapControl() - Static method in class com.mapitz.gwt.googleMaps.client.GControl
Creates a control with buttons to pan in four directions, and zoom in and zoom out.
GSmallZoomControl() - Method in class com.mapitz.gwt.googleMaps.client.GControl
Creates a control with buttons to zoom in and zoom out.
GTileLayer - Class in com.mapitz.gwt.googleMaps.client
You implement this interface in order to provide custom map tile layers.
GTileLayer(int) - Constructor for class com.mapitz.gwt.googleMaps.client.GTileLayer
 

A C D E F G H I L M O P R S T Z