com.google.gwt.maps.client.impl
Interface ProjectionImpl
- All Superinterfaces:
- JSFlyweightWrapper
public interface ProjectionImpl
- extends JSFlyweightWrapper
Wrapper for the GProjection and GMercatorProjection classes from the Maps API
using JSIO.
Method Summary |
void |
bind(com.google.gwt.core.client.JavaScriptObject jsoPeer,
MercatorProjection projection)
|
void |
bind(com.google.gwt.core.client.JavaScriptObject jsoPeer,
Projection projection)
|
com.google.gwt.core.client.JavaScriptObject |
construct()
|
com.google.gwt.core.client.JavaScriptObject |
constructMercatorProjection(int zoomLevels)
|
Point |
fromLatLngToPixel(com.google.gwt.core.client.JavaScriptObject jsoPeer,
LatLng latlng,
int zoomLevel)
|
LatLng |
fromPixelToLatLng(com.google.gwt.core.client.JavaScriptObject jsoPeer,
Point point,
int zoomLevel,
boolean unbounded)
|
int |
getWrapWidth(com.google.gwt.core.client.JavaScriptObject jsoPeer,
int zoomLevel)
|
boolean |
tileCheckRange(com.google.gwt.core.client.JavaScriptObject jsoPeer,
TileIndex point,
int zoomLevel,
int tileSize)
|
impl
static final ProjectionImpl impl
bind
@Binding
void bind(com.google.gwt.core.client.JavaScriptObject jsoPeer,
MercatorProjection projection)
bind
@Binding
void bind(com.google.gwt.core.client.JavaScriptObject jsoPeer,
Projection projection)
construct
@Constructor(value="$wnd.GProjection")
com.google.gwt.core.client.JavaScriptObject construct()
constructMercatorProjection
@Constructor(value="$wnd.GMercatorProjection")
com.google.gwt.core.client.JavaScriptObject constructMercatorProjection(int zoomLevels)
fromLatLngToPixel
Point fromLatLngToPixel(com.google.gwt.core.client.JavaScriptObject jsoPeer,
LatLng latlng,
int zoomLevel)
fromPixelToLatLng
LatLng fromPixelToLatLng(com.google.gwt.core.client.JavaScriptObject jsoPeer,
Point point,
int zoomLevel,
boolean unbounded)
getWrapWidth
int getWrapWidth(com.google.gwt.core.client.JavaScriptObject jsoPeer,
int zoomLevel)
tileCheckRange
boolean tileCheckRange(com.google.gwt.core.client.JavaScriptObject jsoPeer,
TileIndex point,
int zoomLevel,
int tileSize)