Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

README.md

Outline

Open Location Code C++ API

This is the C++ implementation of the Open Location Code API.

Usage

See openlocationcode_example.cc for how to use the library. To run the example, use:

bazel run openlocationcode_example

Development

The library is built/tested using Bazel. To build the library, use:

bazel build openlocationcode

To run the tests, use:

bazel test --test_output=all openlocationcode_test

The tests use the CSV files in the test_data folder. Make sure you copy this folder to the root of your local workspace.

Formatting

Code must be formatted using clang-format, and this will be checked in the tests. You can format your code using the script:

sh clang_check.sh
Morty Proxy This is a proxified and sanitized view of the page, visit original site.