au.cartertech.gastrolert
Class GastroMapView

java.lang.Object
  extended by MapView
      extended by au.cartertech.gastrolert.GastroMapView

public class GastroMapView
extends MapView


Nested Class Summary
static interface GastroMapView.OnChangeListener
           
 
Constructor Summary
GastroMapView(Context context, AttributeSet attrs)
           
GastroMapView(Context context, AttributeSet attrs, int defStyle)
           
GastroMapView(Context context, java.lang.String apiKey)
           
 
Method Summary
 void computeScroll()
           
 boolean onTouchEvent(MotionEvent ev)
           
 void setOnChangeListener(GastroMapView.OnChangeListener l)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GastroMapView

public GastroMapView(Context context,
                     java.lang.String apiKey)

GastroMapView

public GastroMapView(Context context,
                     AttributeSet attrs)

GastroMapView

public GastroMapView(Context context,
                     AttributeSet attrs,
                     int defStyle)
Method Detail

setOnChangeListener

public void setOnChangeListener(GastroMapView.OnChangeListener l)

onTouchEvent

public boolean onTouchEvent(MotionEvent ev)

computeScroll

public void computeScroll()