[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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```"]]