/Near-Me

An App to look around you and provide the details of places around you. Like Airport,Bank,Atm,Cafe,Bar and many more. Also It provide a Direction from your location.

Primary LanguageJava

Near-Me

An App to look around you and provide the details of places around you. Like Airport, Bank, Atm, Cafe, Bar and many more. Also It provide a Direction from your location with Driving, Walking as a mode of travelling.

For Map - Used Google Map SDK.

RestApi Used

  • Google Place API

    • Parameter Used for Places API is :
    • key = API_KEY
    • type=airport
    • rankby=distance
    • location=lat,lng

  • Google Direction API

    • Parameter Used for Direction API is :
    • key = API_KEY
    • origin=lat,lng
    • destination=lat,lng
    • mode=driving

ScreenShots