Reputation: 11
I've been trying to find some info on using Google maps for a project I'm doing now, but I've been kind of confused. I want to use the
main view-controller in the storyboard to have a search bar
and you can type in your town or zip code, and it will take you to another view-controller with Google maps on it and it will show all the McDonald or whatever specific restaurant or store around you or in your city. This is my first time using Google maps API.
Upvotes: 0
Views: 74
Reputation: 1
Use Android studio for create map and for the API key "Google console" and turn on the API then go to login section and get your API key
Then you have to get all position of McDonalds and add Markers to the map
Upvotes: 0