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.

ConstantValueDescription
none0
normal1
satellite2
terrain3
hybrid4

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 ()