public static final class

R.attr

extends Object
java.lang.Object
   ↳ com.google.android.gms.R.attr

Summary

Fields
public static int cameraBearing

Must be a floating point value, such as "1.2".

public static int cameraTargetLat

Must be a floating point value, such as "1.2".

public static int cameraTargetLng

Must be a floating point value, such as "1.2".

public static int cameraTilt

Must be a floating point value, such as "1.2".

public static int cameraZoom

Must be a floating point value, such as "1.2".

public static int mapType

Must be one of the following constant values.

public static int uiCompass

Must be a boolean value, either "true" or "false".

public static int uiRotateGestures

Must be a boolean value, either "true" or "false".

public static int uiScrollGestures

Must be a boolean value, either "true" or "false".

public static int uiTiltGestures

Must be a boolean value, either "true" or "false".

public static int uiZoomControls

Must be a boolean value, either "true" or "false".

public static int uiZoomGestures

Must be a boolean value, either "true" or "false".

public static int useViewLifecycle

Must be a boolean value, either "true" or "false".

public static int zOrderOnTop

Must be a boolean value, either "true" or "false".

Public Constructors
R.attr()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static int cameraBearing

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int cameraTargetLat

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int cameraTargetLng

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int cameraTilt

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int cameraZoom

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int mapType

Must be one of the following constant values.

Constant Value Description
none 0
normal 1
satellite 2
terrain 3

public static int uiCompass

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int uiRotateGestures

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int uiScrollGestures

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int uiTiltGestures

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int uiZoomControls

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int uiZoomGestures

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int useViewLifecycle

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int zOrderOnTop

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Public Constructors

public R.attr ()

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.