com.google.android.gms
Class R.id

java.lang.Object
  extended by com.google.android.gms.R.id
Enclosing class:
R

public static final class R.id
extends java.lang.Object


Field Summary
static int hybrid
           
static int none
           
static int normal
           
static int satellite
           
static int terrain
           
 
Constructor Summary
R.id()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hybrid

public static final int hybrid
See Also:
Constant Field Values

none

public static final int none
See Also:
Constant Field Values

normal

public static final int normal
See Also:
Constant Field Values

satellite

public static final int satellite
See Also:
Constant Field Values

terrain

public static final int terrain
See Also:
Constant Field Values
Constructor Detail

R.id

public R.id()