[[["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-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. |"]]