Java com.google.gwt.maps.client.geom MercatorProjection fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.maps.client.geom MercatorProjection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.maps.client.geom MercatorProjection.

The text is from its open source code.

Constructor

MercatorProjection(int numZoomLevels)
Constructs a Mercator projection for the given number of zoom levels.
MercatorProjection(JavaScriptObject jsoPeer)
Wrap an existing GMercatorProjection object.