MichaelFCoyle / OpenLocationCode-Sharp

A port of Google's OpenLocationCode to C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenLocationCode-Sharp

A port of Google's OpenLocationCode to C#

Open Location Codes are a way of encoding location into a form that is easier to use than latitude and longitude. They are designed to be used like street addresses, especially in places where buildings aren't numbered or streets aren't named.

The system works algorithmically, which means it works offline and online. Similar codes are in similar areas of the earth. This system can be very useful under certain circumstances.

About

A port of Google's OpenLocationCode to C#

License:Apache License 2.0


Languages

Language:C# 59.4%Language:Java 40.6%