Package | Description |
---|---|
com.google.gwt.maps.client.base | |
com.google.gwt.maps.client.maptypes | |
com.google.gwt.maps.client.overlays |
Modifier and Type | Method and Description |
---|---|
static Point |
Point.newInstance(double x,
double y)
creates A point on a two-dimensional plane.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Point.equals(Point other)
Compares two Points
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.