A C D E F G L M N R S T U Z

A

addMarker(GoogleMapsMarker) - Method in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
addPath(GoogleMapsPath) - Method in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
addPoint(GoogleMapsCoordinates) - Method in class com.jappit.midmaps.googlemaps.GoogleMapsPath
 
adjust(int, int) - Method in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 

C

COLOR_BLACK - Static variable in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
COLOR_BLUE - Static variable in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
COLOR_BROWN - Static variable in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
COLOR_GRAY - Static variable in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
COLOR_GREEN - Static variable in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
COLOR_ORANGE - Static variable in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
COLOR_PURPLE - Static variable in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
COLOR_RED - Static variable in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
COLOR_WHITE - Static variable in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
COLOR_YELLOW - Static variable in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
com.jappit.midmaps.googlemaps - package com.jappit.midmaps.googlemaps
 
createGeocoder() - Method in class com.jappit.midmaps.googlemaps.GoogleMaps
 
createMap(int, int, String) - Method in class com.jappit.midmaps.googlemaps.GoogleMaps
 

D

draw(Graphics, int, int, int) - Method in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 

E

ERROR_BAD_API_KEY - Static variable in class com.jappit.midmaps.googlemaps.GoogleMapsGeocoder
 
ERROR_BAD_REQUEST - Static variable in class com.jappit.midmaps.googlemaps.GoogleMapsGeocoder
 
ERROR_CONNECTION - Static variable in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
ERROR_MISSING_QUERY - Static variable in class com.jappit.midmaps.googlemaps.GoogleMapsGeocoder
 
ERROR_SERVER_ERROR - Static variable in class com.jappit.midmaps.googlemaps.GoogleMapsGeocoder
 
ERROR_TOO_MANY_QUERIES - Static variable in class com.jappit.midmaps.googlemaps.GoogleMapsGeocoder
 
ERROR_UNAVAILABLE_ADDRESS - Static variable in class com.jappit.midmaps.googlemaps.GoogleMapsGeocoder
 
ERROR_UNKNOWN_ADDRESS - Static variable in class com.jappit.midmaps.googlemaps.GoogleMapsGeocoder
 
ERROR_UNKNOWN_DIRECTIONS - Static variable in class com.jappit.midmaps.googlemaps.GoogleMapsGeocoder
 

F

FORMAT_GIF - Static variable in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
FORMAT_JPG - Static variable in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
FORMAT_PNG - Static variable in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 

G

geocodeAddress(String) - Method in class com.jappit.midmaps.googlemaps.GoogleMapsGeocoder
 
getImage() - Method in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
getZoomForAccuracy(int) - Static method in class com.jappit.midmaps.googlemaps.GoogleMaps
 
GoogleMaps - Class in com.jappit.midmaps.googlemaps
 
GoogleMaps() - Constructor for class com.jappit.midmaps.googlemaps.GoogleMaps
 
GoogleMaps(String) - Constructor for class com.jappit.midmaps.googlemaps.GoogleMaps
 
GoogleMapsCoordinates - Class in com.jappit.midmaps.googlemaps
 
GoogleMapsCoordinates(double, double) - Constructor for class com.jappit.midmaps.googlemaps.GoogleMapsCoordinates
 
GoogleMapsGeocodeError(String, int, String) - Method in interface com.jappit.midmaps.googlemaps.GoogleMapsGeocoderHandler
 
GoogleMapsGeocoder - Class in com.jappit.midmaps.googlemaps
 
GoogleMapsGeocoderHandler - Interface in com.jappit.midmaps.googlemaps
 
GoogleMapsGeocodeSuccess(String, GoogleMapsCoordinates, int) - Method in interface com.jappit.midmaps.googlemaps.GoogleMapsGeocoderHandler
 
GoogleMapsMarker - Class in com.jappit.midmaps.googlemaps
 
GoogleMapsMarker(GoogleMapsCoordinates) - Constructor for class com.jappit.midmaps.googlemaps.GoogleMapsMarker
 
GoogleMapsPath - Class in com.jappit.midmaps.googlemaps
 
GoogleMapsPath() - Constructor for class com.jappit.midmaps.googlemaps.GoogleMapsPath
 
GoogleStaticMap - Class in com.jappit.midmaps.googlemaps
 
GoogleStaticMapHandler - Interface in com.jappit.midmaps.googlemaps
 
GoogleStaticMapUpdated(GoogleStaticMap) - Method in interface com.jappit.midmaps.googlemaps.GoogleStaticMapHandler
 
GoogleStaticMapUpdateError(GoogleStaticMap, int, String) - Method in interface com.jappit.midmaps.googlemaps.GoogleStaticMapHandler
 

L

latitude - Variable in class com.jappit.midmaps.googlemaps.GoogleMapsCoordinates
 
longitude - Variable in class com.jappit.midmaps.googlemaps.GoogleMapsCoordinates
 

M

MAX_ZOOM_LEVEL - Static variable in class com.jappit.midmaps.googlemaps.GoogleMaps
 
MIN_ZOOM_LEVEL - Static variable in class com.jappit.midmaps.googlemaps.GoogleMaps
 
move(int) - Method in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 

N

NO_LABEL - Static variable in class com.jappit.midmaps.googlemaps.GoogleMapsMarker
 

R

removeMarker(GoogleMapsMarker) - Method in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
removePath(GoogleMapsPath) - Method in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 

S

setCenter(GoogleMapsCoordinates) - Method in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
setColor(String) - Method in class com.jappit.midmaps.googlemaps.GoogleMapsMarker
 
setColor(String) - Method in class com.jappit.midmaps.googlemaps.GoogleMapsPath
 
setCoordinates(GoogleMapsCoordinates, boolean) - Method in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
setFillColor(String) - Method in class com.jappit.midmaps.googlemaps.GoogleMapsPath
 
setHandler(GoogleMapsGeocoderHandler) - Method in class com.jappit.midmaps.googlemaps.GoogleMapsGeocoder
 
setHandler(GoogleStaticMapHandler) - Method in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
setLabel(char) - Method in class com.jappit.midmaps.googlemaps.GoogleMapsMarker
 
setMapFormat(String) - Method in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
setMapSize(int, int) - Method in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
setMapType(String) - Method in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
setSize(String) - Method in class com.jappit.midmaps.googlemaps.GoogleMapsMarker
 
setUsingSensor(boolean) - Method in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
setWeight(int) - Method in class com.jappit.midmaps.googlemaps.GoogleMapsPath
 
setZoom(int) - Method in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
setZoom(int, boolean) - Method in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
SIZE_MID - Static variable in class com.jappit.midmaps.googlemaps.GoogleMapsMarker
 
SIZE_SMALL - Static variable in class com.jappit.midmaps.googlemaps.GoogleMapsMarker
 
SIZE_TINY - Static variable in class com.jappit.midmaps.googlemaps.GoogleMapsMarker
 

T

TYPE_HYBRID - Static variable in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
TYPE_ROADMAP - Static variable in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
TYPE_SATELLITE - Static variable in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
TYPE_TERRAIN - Static variable in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 

U

update() - Method in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 

Z

zoomIn() - Method in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 
zoomOut() - Method in class com.jappit.midmaps.googlemaps.GoogleStaticMap
 

A C D E F G L M N R S T U Z