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

F

fromContainerPixelToLatLng(GPoint) - Method in class com.mapitz.gwt.googleMaps.client.GMap2
fromContainerPixelToLatLng(pixel) GLatLng Computes the geographical coordinates of the point at the given pixel coordinates in the DOM element that contains the map on the page.
fromDivPixelToLatLng(GPoint) - Method in class com.mapitz.gwt.googleMaps.client.GMap2
fromDivPixelToLatLng(pixel) GLatLng Computes the geographical coordinates from pixel coordinates in the div that holds the draggable impl.
fromLatLngToDivPixel(GLatLng) - Method in class com.mapitz.gwt.googleMaps.client.GMap2
fromLatLngToDivPixel(latlng) GPoint Computes the pixel coordinates of the given geographical point in the DOM element that holds the draggable impl.
fromLatLngToPixel(GLatLng, int) - Method in class com.mapitz.gwt.googleMaps.client.GProjection
fromLatLngToPixel(latlng, zoom) GPoint Returns the map coordinates in pixels for the point at the given geographical coordinates, and the given zoom level.
fromPixelToLatLng(GPoint, int, boolean) - Method in class com.mapitz.gwt.googleMaps.client.GProjection
fromPixelToLatLng(pixel, zoom, unbounded) none Returns the geographical coordinates for the point at the given map coordinates in pixels, and the given zoom level.
fromPixelToLatLng(GProjection, GPoint, int) - Method in class com.mapitz.gwt.googleMaps.client.GProjection
fromPixelToLatLng(pixel, zoom, unbounded) none Returns the geographical coordinates for the point at the given map coordinates in pixels, and the given zoom level.

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