Stay organized with collections
Save and categorize content based on your preferences.
The granularity of the location.
Enums
GRANULARITY_UNSPECIFIED
Do not use.
ROOFTOP
The non-interpolated location of an actual plot of land corresponding to the matched address.
RANGE_INTERPOLATED
Interpolated from a range of street numbers. For example, if we know that a segment of Amphitheatre Pkwy contains numbers 1600 - 1699, then 1650 might be placed halfway between its endpoints.
GEOMETRIC_CENTER
The geometric center of a feature for which we have polygonal data.
[[["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,["# GeocodeResult.Granularity\n\nThe granularity of the location.\n\n| Enums ||\n|---------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `GRANULARITY_UNSPECIFIED` | Do not use. |\n| `ROOFTOP` | The non-interpolated location of an actual plot of land corresponding to the matched address. |\n| `RANGE_INTERPOLATED` | Interpolated from a range of street numbers. For example, if we know that a segment of Amphitheatre Pkwy contains numbers 1600 - 1699, then 1650 might be placed halfway between its endpoints. |\n| `GEOMETRIC_CENTER` | The geometric center of a feature for which we have polygonal data. |\n| `APPROXIMATE` | Everything else. |"]]