Cities, postal codes and landmarks can often be geocoded, but the result may be a representative center rather than a building. PO boxes are mailing identifiers rather than physical destinations. Always interpret the returned feature type and formatted address before using the coordinate.
Different inputs describe different geographic objects
| Input | Likely result | Do not assume |
|---|---|---|
| Full street address | Building or interpolated street point | Entrance, parcel or deliverability |
| Postal or ZIP code | Postal-area representative point | Every address shares that coordinate |
| City and country | Locality center or administrative feature | Neighborhood-level precision |
| PO box | No match, postal facility or locality | Recipient's physical location |
| Landmark or business | Place result when supported | Strict address providers cover every venue |
| Street without number | Road segment or center | A specific building |
A centroid is useful when the question is about an area
Postal-code and city coordinates work for national visualization, rough grouping and map labels. They are unsuitable for calculating a customer's precise distance to a store, assigning an emergency response point or claiming a building lies at the center.
Landmark search depends on the provider
A famous venue plus city and country may resolve easily, while a local business with several branches remains ambiguous. Include a street address when available. If the workflow requires discovering businesses by name, a Places-style search product may be a better fit than a strict address geocoder.
Match the result granularity to the decision
- Include formatted address and status during the pilot.
- Add country and region to ambiguous names.
- Treat postal-code and city results as area-level.
- Do not infer a person's physical address from a PO box.
- Review important landmarks and multi-branch businesses manually.
- Use an authoritative source for parcels, boundaries and emergency locations.
Sources and methodology
Technical claims were checked against the sources below on August 18, 2026. Product limits and third-party pricing can change; verify the live documentation before designing a production workflow.
Common questions
What coordinate does a ZIP code return?
Usually a representative point or centroid for the postal area, not every address within it. Postal boundaries and provider methods vary.
Can a city name be geocoded?
Yes, especially with region and country context. The result normally represents the locality rather than a particular building.
Why is a PO box not a physical coordinate?
A PO box is assigned for mail collection. It may be associated with a postal facility or locality, but it does not identify the recipient's physical location.
Can I geocode a business or landmark name?
Often, when the provider includes place-search data and the name is paired with a city or country. Strict address geocoders may have different behavior from consumer map search.