Skip to content

Files

Latest commit

bcaa8e4 · Sep 23, 2014

History

History
16 lines (12 loc) · 332 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 332 Bytes

google-geocoding

Java API for the Google geocoding service.

Usage

Add the dependency to your Maven POM:

<dependency>
	<groupId>com.bytebybyte</groupId>
	<artifactId>google-geocoding</artifactId>
	<version>3.0.0</version>
</dependency>