Uses of Class
com.mapitz.gwt.googleMaps.client.GPoint

Uses of GPoint in com.mapitz.gwt.googleMaps.client
 

Methods in com.mapitz.gwt.googleMaps.client that return GPoint
static GPoint GPoint.create(int x, int y)
           
 GPoint GMap2.fromLatLngToDivPixel(GLatLng latlng)
          fromLatLngToDivPixel(latlng) GPoint Computes the pixel coordinates of the given geographical point in the DOM element that holds the draggable impl.
 GPoint GProjection.fromLatLngToPixel(GLatLng latlng, int zoom)
          fromLatLngToPixel(latlng, zoom) GPoint Returns the map coordinates in pixels for the point at the given geographical coordinates, and the given zoom level.
 GPoint GIcon.getIconAnchor()
          The pixel coordinate relative to the top left corner of the icon image at which this icon is anchored to the map.
 GPoint GIcon.getInfoWindowAnchor()
          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.
 

Methods in com.mapitz.gwt.googleMaps.client with parameters of type GPoint
 boolean GPoint.equals(GPoint other)
           
 GLatLng GMap2.fromContainerPixelToLatLng(GPoint pixel)
          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.
 GLatLng GMap2.fromDivPixelToLatLng(GPoint pixel)
          fromDivPixelToLatLng(pixel) GLatLng Computes the geographical coordinates from pixel coordinates in the div that holds the draggable impl.
 GLatLng GProjection.fromPixelToLatLng(GPoint pixel, int zoom, boolean unbounded)
          fromPixelToLatLng(pixel, zoom, unbounded) none Returns the geographical coordinates for the point at the given map coordinates in pixels, and the given zoom level.
 GLatLng GProjection.fromPixelToLatLng(GProjection self, GPoint pixel, int zoom)
          fromPixelToLatLng(pixel, zoom, unbounded) none Returns the geographical coordinates for the point at the given map coordinates in pixels, and the given zoom level.
 java.lang.String GTileLayer.getTileUrl(GPoint tile, int zoom)
          getTileUrl(tile, zoom) String Abstract.
 void GIcon.setIconAnchor(GPoint gpoint)
          The pixel coordinate relative to the top left corner of the icon image at which this icon is anchored to the map.
 void GIcon.setInfoWindowAnchor(GPoint gpoint)
          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.
 void GProjection.tileCheckRange(GProjection self, GPoint tile, int zoom, int tilesize)
          tileCheckRange(tile, zoom, tilesize) none Returns to the map if the tile index is in a valid range for the map type.