Stay organized with collections
Save and categorize content based on your preferences.
GARStreetscapeGeometryType
Summary
Enumerations
GARStreetscapeGeometryType
GARStreetscapeGeometryType
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-07-14 UTC.
[null,null,["Last updated 2025-07-14 UTC."],[[["\u003cp\u003e\u003ccode\u003eGARStreetscapeGeometryType\u003c/code\u003e is used to describe the type of a Streetscape Geometry, which can either represent a building or the ground/floor.\u003c/p\u003e\n"],["\u003cp\u003eThis type is obtained using the \u003ccode\u003etype\u003c/code\u003e property of the \u003ccode\u003eGARStreetscapeGeometry\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGARStreetscapeGeometryTypeBuilding\u003c/code\u003e and \u003ccode\u003eGARStreetscapeGeometryTypeTerrain\u003c/code\u003e are the two possible values representing building and ground/floor respectively.\u003c/p\u003e\n"]]],["The core content defines the `GARStreetscapeGeometryType` enumeration, which describes the type of a Streetscape Geometry. This enumeration has two possible values: `GARStreetscapeGeometryTypeBuilding`, indicating a building, and `GARStreetscapeGeometryTypeTerrain`, representing the ground or floor. This type information can be accessed via `GARStreetscapeGeometry.type`. These types categorize the different geometric structures found in streetscape data.\n"],null,["# GARStreetscapeGeometryType\n==========================\n\nSummary\n-------\n\n| ### Enumerations ||\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------|\n| [GARStreetscapeGeometryType](#garstreetscapegeometrytype)`{` ` `[GARStreetscapeGeometryTypeTerrain](#garstreetscapegeometrytypeterrain)` = 0,` ` `[GARStreetscapeGeometryTypeBuilding](#garstreetscapegeometrytypebuilding)` = 1` `}` | enum Describes the type of a Streetscape Geometry. |\n\nEnumerations\n------------\n\n### GARStreetscapeGeometryType\n\n```text\n GARStreetscapeGeometryType\n``` \nDescribes the type of a Streetscape Geometry.\n\nObtained by [GARStreetscapeGeometry.type](/ar/reference/ios/interface/GARStreetscapeGeometry#type).\n\n| Properties ||\n|------------------------------------|-----------------------------------------------|\n| GARStreetscapeGeometryTypeBuilding | This geometry represents a building. |\n| GARStreetscapeGeometryTypeTerrain | This geometry represents the ground or floor. |"]]