Skip to content

Colisweb/geoflram

Repository files navigation

Geoflram

Build Status codecov

Installation

Add the following to your build.sbt file:

libraryDependencies += "com.colisweb" %% "geoflram" % "1.1.2"

Use

import com.colisweb.geoflram.Geoflram
import com.colisweb.geoflram.Geoflram.Commune

val found: Option[Commune] = Geoflram.findBy(43.45603285, 0.5390568833333329)