|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.Projection
public class Projection
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
Projection()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
Point |
fromLatLngToPoint(LatLng latLng)
Translates from the LatLng cylinder to the Point plane. |
Point |
fromLatLngToPoint(LatLng latLng,
Point point)
Translates from the LatLng cylinder to the Point plane. |
LatLng |
fromPointToLatLng(Point pixel)
This interface specifies a function which implements translation from world coordinates on a map projection to LatLng
values. |
LatLng |
fromPointToLatLng(Point pixel,
boolean nowrap)
This interface specifies a function which implements translation from world coordinates on a map projection to LatLng
values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Projection()
Method Detail |
---|
public final Point fromLatLngToPoint(LatLng latLng, Point point)
LatLng
values to world coordinates on the map projection. The Maps API calls
this method when it needs to plot locations on screen.
Projection
objects must implement this method.
public final Point fromLatLngToPoint(LatLng latLng)
LatLng
values to world coordinates on the map projection. The Maps API calls
this method when it needs to plot locations on screen.
Projection
objects must implement this method.
public final LatLng fromPointToLatLng(Point pixel, boolean nowrap)
LatLng
values. The Maps API calls this method when it needs to translate
actions on screen to positions on the map.
Projection
objects must implement this method.
public final LatLng fromPointToLatLng(Point pixel)
LatLng
values. The Maps API calls this method when it needs to translate
actions on screen to positions on the map.
Projection
objects must implement this method.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |