luiszandonadi / GooglePlacesApi

Is a library to search places using google places service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git clone git://github.com/luiszandonadi/GooglePlacesApi.git

cd GooglePlacesApi

mvn jar:jar

get the jar in a target directory.

Using it:

PlacesService service = new PlaceService("put your key here");

List<Place> findPlaces = service.findPlaces(latitude,longitude);

Enjoy it!!

About

Is a library to search places using google places service.


Languages

Language:Java 100.0%