google/open-location-code

Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 55 minutes ago
Added to GitGenius on September 15th, 2026
Created on September 30th, 2014
Open Issues & Pull Requests: 61 (+0)
GitHub issues: Enabled
Number of forks: 530
Total Stargazers: 4,357 (+0)
Total Subscribers: 191 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 27.4 hours
Mean response time: 23.5 days
90th percentile: 64.3 days
Tracked items: 72

Most active contributors

Sign in to see contributor activity.

How this project is maintained

100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 96% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 23
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 481 days
Stale 30+ days: 23
Stale 90+ days: 18

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • spam (30)
  • documentation (7)
  • java (4)
  • python (4)
  • help wanted (3)
  • ruby (3)
  • c (2)
  • c++ (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Open Location Code is a library for generating short geographic codes that serve as digital addresses in areas lacking traditional street addressing systems.

The library solves the problem of identifying precise locations where conventional street addresses are unavailable or impractical. It generates short alphanumeric codes, called plus codes, that encode latitude and longitude information into a compact, memorable format. These codes can be decoded back to geographic coordinates, enabling location sharing and identification without reliance on infrastructure-dependent addressing schemes.

Developers should adopt this tool when building applications that need to reference locations globally, particularly in regions with incomplete street address coverage. It suits projects involving delivery services, emergency response, mapping applications, or any system requiring reliable location identification across diverse geographic contexts. The library's multi-language implementation across Java, Python, JavaScript, Go, Rust, C, C++, Dart, and Ruby makes it accessible regardless of your technology stack.

The project maintains active development with regular updates across its multiple language implementations. The codebase shows consistent attention to cross-platform compatibility, with implementations in numerous programming languages kept in sync. Documentation and examples are actively maintained to support developers integrating the library into new projects.