Follow us on GitHub

Uses of Class
com.google.gwt.maps.client.base.Point

Packages that use Point
com.google.gwt.maps.client.base   
com.google.gwt.maps.client.maptypes   
com.google.gwt.maps.client.overlays   
 

Uses of Point in com.google.gwt.maps.client.base
 

Methods in com.google.gwt.maps.client.base that return Point
static Point Point.newInstance(double x, double y)
          creates A point on a two-dimensional plane.
 

Methods in com.google.gwt.maps.client.base with parameters of type Point
 boolean Point.equals(Point other)
          Compares two Points
 

Uses of Point in com.google.gwt.maps.client.maptypes
 

Methods in com.google.gwt.maps.client.maptypes that return Point
 Point Projection.fromLatLngToPoint(LatLng latlng, Point point)
          Translates from the LatLng cylinder to the Point plane.
 Point Projection.fromPointToLatLng(Point pixel, boolean nowrap)
          This interface specifies a function which implements translation from world coordinates on a map projection to LatLng values.
 

Methods in com.google.gwt.maps.client.maptypes with parameters of type Point
 Point Projection.fromLatLngToPoint(LatLng latlng, Point point)
          Translates from the LatLng cylinder to the Point plane.
 Point Projection.fromPointToLatLng(Point pixel, boolean nowrap)
          This interface specifies a function which implements translation from world coordinates on a map projection to LatLng values.
 Element MapType.getTile(Point tileCoord, int zoom, Document ownerDocument)
          Returns a tile for the given tile coordinate (x, y) and zoom level.
 String TileUrlCallBack.getTileUrl(Point point, int zoomLevel)
          Returns a string (URL) for given tile coordinate (x, y) and zoom level.
 

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

Methods in com.google.gwt.maps.client.overlays that return Point
 Point MapCanvasProjection.fromLatLngToContainerPixel(LatLng latlng)
          Computes the pixel coordinates of the given geographical location in the DOM element the map's outer container.
 Point MarkerImage.getAnchor()
          gets The position at which to anchor an image in correspondance to the location of the marker on the map.
 Point MarkerImage.getOrigin()
          gets The position of the image within a sprite, if any.
 

Methods in com.google.gwt.maps.client.overlays with parameters of type Point
 LatLng MapCanvasProjection.fromContainerPixelToLatLng(Point pixel)
          Computes the geographical coordinates from pixel coordinates in the map's container.
 LatLng MapCanvasProjection.fromDivPixelToLatLng(Point pixel)
          Computes the geographical coordinates from pixel coordinates in the div that holds the draggable map.
static MarkerImage MarkerImage.newInstance(String url, Size size, Point origin)
          creates A structure representing a Marker icon or shadow image.
static MarkerImage MarkerImage.newInstance(String url, Size size, Point origin, Point anchor)
          creates A structure representing a Marker icon or shadow image.
static MarkerImage MarkerImage.newInstance(String url, Size size, Point origin, Point anchor, Size scaledSize)
          creates A structure representing a Marker icon or shadow image.
 void MarkerImage.setAnchor(Point anchor)
          sets The position at which to anchor an image in correspondance to the location of the marker on the map.
 void MarkerImage.setOrigin(Point origin)
          sets The position of the image within a sprite, if any.
 



Follow us on GitHub

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