Stay organized with collections
Save and categorize content based on your preferences.
@Retention(value = RetentionPolicy.SOURCE)
@IntDef(value = [FacingMode.SCREEN, FacingMode.BILLBOARD])
public annotation FacingMode
Enumeration of possible facing modes: screen or billboard.
Summary
Constants |
static final int |
|
static final int |
|
Constants
public static final int SCREEN = 1
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 UTC."],[],[],null,["# FacingMode\n==========\n\n\n```\n@Retention(value = RetentionPolicy.SOURCE)\n@IntDef(value = [FacingMode.SCREEN, FacingMode.BILLBOARD])\npublic annotation FacingMode\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nEnumeration of possible facing modes: screen or billboard.\n\nSummary\n-------\n\n| ### Constants |\n|--------------------|---------------------------------------------------------------------------------------------------------------------------------|\n| `static final int` | [BILLBOARD](/maps/documentation/maps-3d/android-sdk/reference/com/google/android/gms/maps3d/model/FacingMode#BILLBOARD())` = 2` |\n| `static final int` | [SCREEN](/maps/documentation/maps-3d/android-sdk/reference/com/google/android/gms/maps3d/model/FacingMode#SCREEN())` = 1` |\n\nConstants\n---------\n\n### BILLBOARD\n\n```\npublic static final int BILLBOARD = 2\n``` \n\n### SCREEN\n\n```\npublic static final int SCREEN = 1\n```"]]