Class SphericalMercatorProjection


  • public class SphericalMercatorProjection
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.android.gms.maps.model.LatLng toLatLng​(Point point)  
      Point toPoint​(com.google.android.gms.maps.model.LatLng latLng)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SphericalMercatorProjection

        public SphericalMercatorProjection​(double worldWidth)
    • Method Detail

      • toPoint

        public Point toPoint​(com.google.android.gms.maps.model.LatLng latLng)
      • toLatLng

        public com.google.android.gms.maps.model.LatLng toLatLng​(Point point)