com.google.android.maps
public
static
final
enum
com.google.android.maps.MapView.ReticleDrawMode
Allow the user to specify the mode in which the reticle is drawn
Summary
Enum Values
Public Methods
Methods inherited
from class
java.lang.Enum
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Enum Values
public
static
final
ReticleDrawMode
DRAW_RETICLE_OVER
Draw the Reticle over all the overlays
public
static
final
ReticleDrawMode
DRAW_RETICLE_UNDER
Draw the Reticle before the overlays so it's effectively under them
Public Methods