/Restaurant

An App that locate cool Restaurants around you

Primary LanguageKotlin

NearBy Restaurant

Introduction

An App that shows the nearby restaurants using google map.

Preview

jarray reverse exampl

Technologies

This project fetch its data with this url:

const val BASE_URL = "https://maps.googleapis.com/maps/api/place/nearbysearch/"

const val ALL_RESTAURANTS =
    "json?location=47.6204,-122.3491&radius=2500&type=restaurant&key=AIzaSyDkGIvqAXuuOE5TUoDedazelbPdKtQxb1E";

const val SEARCH_RESTAURANTS =
    "json?location=47.6204,-122.3491&radius=2500" +
            "&type=restaurant&key=AIzaSyDkGIvqAXuuOE5TUoDedazelbPdKtQxb1E";