[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-06-13。"],[[["`StreetViewPanoramaCamera` is an immutable class used to manage the camera position within a Street View panorama."],["It is defined by zoom level, tilt angle (from the horizon), and bearing (direction from north)."],["You can create instances using its constructor or the provided builder methods."],["It provides methods for getting camera orientation and for standard object operations like `equals`, `hashCode`, and `toString`."]]],["`StreetViewPanoramaCamera` is an immutable class defining camera position in Street View. Key parameters include `bearing` (direction in degrees), `tilt` (angle from the horizon), and `zoom` (zoom level). It's constructed via `StreetViewPanoramaCamera(float zoom, float tilt, float bearing)` or using the nested `Builder` class. The `builder()` method creates a builder, which can copy values from an existing `StreetViewPanoramaCamera`. The class also provides methods for `getOrientation()`, `equals()`, `hashCode()` and `toString()`.\n"]]