Joe
Joe

Reputation: 4532

find location using java app

how to find out the nearest place using Java (is there any third party lib which provides this support)

some thing like this

my requirement is :

  1. Enter the zip code or place name
  2. select the categories like ATM, BANK, etc
  3. list the nearest places.

Please suggest me which one to use to build the above.

thanks

Upvotes: 0

Views: 84

Answers (1)

shreyansh jogi
shreyansh jogi

Reputation: 2102

you can use google place search api to locate the places...

see documentation here

Upvotes: 1

Related Questions