GeocodeResult.Granularity
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. |
APPROXIMATE |
Everything else. |
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-08-27 UTC.
[null,null,["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. |"]]