Android Google Maps API Integration
Android provides a facility to integrate Google maps in your application to display your current location, navigate location direction, search location etc. You can also customize Google maps according to your requirements.
- Click on https://console.developers.google.com/ for creating a project.
2. Enter Project name then click on CREATE Button.
3. Select the project which one you created here.
4. Click on Hamburger icon and go to Dashboard.
Dashboard:
5. Click to enable map library.
Map Library Enabled:
6. Map library is Enabled, Now create credential for android App.
7. Create API key for GOOGLE MAP.
8. Now API Key is generated. Copy the API KEY.
9. Now create an ANDROID MAP PROJECT.
Steps:-
(a) Open Android studio-> click on File Menu -> Go to New -> New Project.
(b) Then select GOOGLE MAP ACTIVITY -> then Click on Next.
10. Enter Project Name and Click on FINISH.
11. Now Copied API KEY, Enter in Android Project.
12. Now Run Android Project on Device.
13. Google Map open in Android Device.