google-geo-type
Google Geo Type API client library
What it is and what it does
google-geo-type is a Python client library that defines and exposes common geographic data types used across Google's Maps and location-based APIs. It serves as a shared foundation for Google Cloud client libraries that work with geographic data, providing standardized type definitions so that different Google services can exchange location information consistently.
The library is built on Google's protobuf and gRPC infrastructure, wrapping protocol buffer definitions into Python classes. It requires Python >= 3.10 and depends on google-api-core, google-auth, grpcio, proto-plus, and protobuf. Installation is straightforward via pip with no compiled dependencies, and the package is actively maintained with recent releases.
Use it for:
- Building applications that integrate with Google Maps Platform APIs and need standardized geographic type definitions.
- Developing multi-service Google Cloud applications where different client libraries must share common location data structures.
- Creating location-aware services that rely on Google's type system for geographic boundaries and coordinates.
- Consuming geographic data from Google Cloud services in a type-safe, protobuf-based manner.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings for Google's Common Geo Types, enabling access to shared geographic data structures used across Google Maps and location-based APIs.
Yes, if you are building on Google Maps Platform or other Google Cloud services that use geographic types. The library is actively maintained, has no known vulnerabilities, installs with low friction, and is permissively licensed. Install it as a dependency of other Google Cloud client libraries or directly when you need standardized geographic type definitions.
Install
google-geo-type on PyPI
pip
pip install google-geo-typeuv
uv add google-geo-typepoetry
poetry add google-geo-typeInstalling google-geo-type
Before you install
Low friction installation with a pure Python wheel. Actively maintained as of 2026-08-14 with recent releases. Depends on standard Google Cloud libraries (google-api-core, google-auth, grpcio, proto-plus, protobuf).
License in practice
Licensed under Apache-2.0 (permissive). You may use, modify, and distribute this package freely in commercial and private projects, provided you include the license notice.
Quickstart
pip install google-geo-type
from google.geo import type as geo_type
# Use geographic types from the library
Requires Python >= 3.10. Google Cloud authentication must be configured to use APIs that depend on this library.
Verify before relying
- Specific geographic types and data structures provided by the library (e.g., LatLng, bounding boxes)
- Whether this library is intended for direct use or primarily as a dependency of other Google Cloud client libraries
- Example usage patterns and API surface beyond basic imports
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — google-api-core, google-auth, grpcio, proto-plus, protobuf |
| Maintenance | actively maintained — 72 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 515,725/month — #6,234 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: google_geo_type-0.7.0-py3-none-any.whl
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
google-maps-routingPython client library for the Google Maps…
permissive · top 15,000 on PyPI
google-maps-placesPython client library for Google Maps Places…
permissive · top 15,000 on PyPI
owslibOWSLib provides Python client access to Open…
permissive · top 15,000 on PyPI
google-maps-addressvalidationPython client library for Google Maps Address…
permissive · top 15,000 on PyPI
google-cloud-commonProvides common protobuf definitions and…
permissive · top 15,000 on PyPI
google-shopping-typeProvides Python type definitions and client…
permissive · top 15,000 on PyPI
google-cloud-buildPython client library for Google Cloud Build…
permissive · top 1,000 on PyPI
google-api-coreProvides shared infrastructure and utilities…
permissive · top 100 on PyPI
google-cloud-coreProvides shared base classes and utilities for…
permissive · top 1,000 on PyPI