public class Projection extends JavaScriptObject
| Modifier | Constructor and Description |
|---|---|
protected |
Projection()
use newInstance();
|
| Modifier and Type | Method and Description |
|---|---|
Point |
fromLatLngToPoint(LatLng latlng,
Point point)
Translates from the LatLng cylinder to the Point plane.
|
LatLng |
fromPointToLatLng(Point pixel,
boolean nowrap)
This interface specifies a function which implements translation from world coordinates on a map projection to
LatLng values.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toStringpublic final Point fromLatLngToPoint(LatLng latlng, Point point)
public final LatLng fromPointToLatLng(Point pixel, boolean nowrap)
pixel - Pointnowrap - Copyright © 2011-2014 GWT Maps API V3. All Rights Reserved.