Skip to content

andys8/elm-geohash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geohash Functions for Elm

A geohash library for Elm.

Installation

To install it in your development directory:

elm package install andys8/elm-geohash

Usage

To use it from your code:

import Geohash

geohash = Geohash.encode -25.38262 -49.26561 8

Javascript

Thanks to Ning Sun for the JavaScript implementation.