English | Site Directory

Android - An Open Handset Alliance Project

com.google.android.maps
public static final enum

com.google.android.maps.MapView.ReticleDrawMode

java.lang.Object
java.lang.Enum Serializable Comparable
com.google.android.maps.MapView.ReticleDrawMode

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

Summary

Enum Values

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

Public Methods

      static  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 ReticleDrawMode DRAW_RETICLE_NEVER

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

public static ReticleDrawMode valueOf(String name)

public static final ReticleDrawMode[] values()

Build m5-rc15i - 10 Jun 2008 13:54