de.fhpotsdam.unfolding.providers
Class Google

java.lang.Object
  extended by de.fhpotsdam.unfolding.providers.Google

public class Google
extends java.lang.Object

Google Maps, for informational purpose, only. See Google's Terms of Service for usage conditions.


Nested Class Summary
static class Google.GoogleMapProvider
          Standard Google Map.
static class Google.GoogleProvider
           
static class Google.GoogleSimplified2Provider
           
static class Google.GoogleSimplifiedProvider
          Simplified Google Map.
static class Google.GoogleTerrainProvider
          Google Terrain Map.
 
Constructor Summary
Google()
           
 
Method Summary
static Coordinate fromGoogle(java.lang.String s)
           
static java.lang.String toGoogle(int col, int row, int zoom)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Google

public Google()
Method Detail

fromGoogle

public static Coordinate fromGoogle(java.lang.String s)

toGoogle

public static java.lang.String toGoogle(int col,
                                        int row,
                                        int zoom)