com.jappit.midmaps.googlemaps
Class GoogleMaps

java.lang.Object
  extended by com.jappit.midmaps.googlemaps.GoogleMaps

public class GoogleMaps
extends java.lang.Object


Field Summary
static int MAX_ZOOM_LEVEL
           
static int MIN_ZOOM_LEVEL
           
 
Constructor Summary
GoogleMaps()
           
GoogleMaps(java.lang.String apiKey)
           
 
Method Summary
 GoogleMapsGeocoder createGeocoder()
           
 GoogleStaticMap createMap(int width, int height, java.lang.String format)
           
static int getZoomForAccuracy(int accuracy)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_ZOOM_LEVEL

public static int MAX_ZOOM_LEVEL

MIN_ZOOM_LEVEL

public static int MIN_ZOOM_LEVEL
Constructor Detail

GoogleMaps

public GoogleMaps()

GoogleMaps

public GoogleMaps(java.lang.String apiKey)
Method Detail

createGeocoder

public GoogleMapsGeocoder createGeocoder()

createMap

public GoogleStaticMap createMap(int width,
                                 int height,
                                 java.lang.String format)

getZoomForAccuracy

public static int getZoomForAccuracy(int accuracy)