Android
com.google.android.maps
public static final enum

com.google.android.maps.MapView.ReticleDrawMode

java.lang.Object
java.lang.Enum<E extends java.lang.Enum<E>> Serializable Comparable<T>
com.google.android.maps.MapView.ReticleDrawMode

Allow the user to specify the mode in which the reticle is drawn.

Summary

Enum Values

MapView.ReticleDrawMode  DRAW_RETICLE_NEVER  Never draw the Reticle. 
MapView.ReticleDrawMode  DRAW_RETICLE_OVER  Draw the Reticle over all the overlays. 
MapView.ReticleDrawMode  DRAW_RETICLE_UNDER  Draw the Reticle before the overlays so it's effectively under them. 

Public Methods

      static    MapView.ReticleDrawMode  valueOf(String name)
    final  static    ReticleDrawMode[]  values()
Methods inherited from class java.lang.Enum
Methods inherited from class java.lang.Object
Methods inherited from interface java.lang.Comparable

Details

Enum Values

public static final MapView.ReticleDrawMode DRAW_RETICLE_NEVER

Never draw the Reticle.

public static final MapView.ReticleDrawMode DRAW_RETICLE_OVER

Draw the Reticle over all the overlays.

public static final MapView.ReticleDrawMode DRAW_RETICLE_UNDER

Draw the Reticle before the overlays so it's effectively under them.

Public Methods

public static MapView.ReticleDrawMode valueOf(String name)

public static final ReticleDrawMode[] values()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56