org.openintents.locations
Class LocationsMapView

java.lang.Object
  extended by MapActivity
      extended by org.openintents.locations.LocationsMapView

public class LocationsMapView
extends MapActivity


Constructor Summary
LocationsMapView()
           
 
Method Summary
 GeoPoint getPoint()
           
 Projection getProjection()
           
 void onCreate(Bundle icicle)
          Called when the activity is first created.
 boolean onCreateOptionsMenu(Menu menu)
           
 boolean onKeyDown(int keyCode, KeyEvent event)
           
 boolean onOptionsItemSelected(MenuItem item)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationsMapView

public LocationsMapView()
Method Detail

onCreate

public void onCreate(Bundle icicle)
Called when the activity is first created.


getPoint

public GeoPoint getPoint()

onKeyDown

public boolean onKeyDown(int keyCode,
                         KeyEvent event)

onCreateOptionsMenu

public boolean onCreateOptionsMenu(Menu menu)

onOptionsItemSelected

public boolean onOptionsItemSelected(MenuItem item)

getProjection

public Projection getProjection()