Copyright (C) 2014 Stichting Mapcode Foundation (http://www.mapcode.com)
This Java project contains a library to encode latitude/longitude pairs to Mapcodes and to decode Mapcodes back to latitude/longitude pairs.
Online documentation can be found at: http://mapcode-foundation.github.io/mapcode-java/
Release notes can be found at: http://mapcode-foundation.github.io/mapcode-java/ReleaseNotes.html
An example of how to use this library can be found at: https://github.com/mapcode-foundation/mapcode-java-example
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Original C library created by Pieter Geelen. Work on Java version of the Mapcode library by Rijn Buve and Matthew Lowden.