zolrath / nominatim-java-api

Nominatim search API client written in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nominatim Java API

Build Status

This library provides a client for Nominatim. This API provides search and reverse geocoding operations.

How to use

Maven users can add the following dependency to their pom.xml:

<dependency>
  <groupId>fr.dudie</groupId>
  <artifactId>nominatim-api</artifactId>
  <version>3.0.1</version>
</dependency>

Note that it is fair and reasonable to specify an email address when using the Nominatim API, see the Notminatim Usage Policy for more informations.

If you are sending in large numbers of requests it is particularly important that we have some way of contacting you - otherwise, in the event of problems, the only alternative is to ban your IP and wait for you to contact us.

Java & Android

This library is fully compatible with Android.

Features

See the releases page.

Please ask for enhancements and report bugs on Github tracker or contact us.

About

Nominatim search API client written in Java

License:GNU Lesser General Public License v3.0


Languages

Language:Java 100.0%