= cgpolyencode : Python C++ extension module for Google Maps polyline encoding =

Normally this is built as a Python extension:

  $ python setup.py install

But you can also use it from a C++ application directly:

  $ make
  $ ./gpolyencode_test

See gpolyencode_test.cpp for more details on how to interface with it.

