Flutter Googlemap API
1. 아래의 주소로 들어가서 API Key를 generate 한다.
https://cloud.google.com/maps-platform
Geolocation API | Google Maps Platform | Google Cloud
Google Maps Platform을 선택하면 정확한 실시간 데이터 및 동적 이미지로 몰입형 위치정보 활용 환경을 만들고 더 나은 비즈니스 의사결정을 내릴 수 있습니다.
cloud.google.com
2. Enable maps sdk for IOS and maps sdk for Android, and Directions API
https://console.cloud.google.com/apis/library?project=flutter-uber-clone-a15cd&folder&organizationId
Google Cloud Platform
하나의 계정으로 모든 Google 서비스를 Google Cloud Platform을 사용하려면 로그인하세요.
accounts.google.com
3. Add API Key to AndroidManifest.xml on my project
https://developers.google.com/maps/documentation/android-sdk/get-api-key
API 키 사용하기 | Maps SDK for Android | Google Developers
여기에서는 Android용 Maps SDK에 사용할 API 키를 만들어 앱에 추가하고 키를 제한하여 앱을 보호하는 방법을 설명합니다. SDK를 사용하는 앱에는 반드시 API 키를 추가해야 합니다. 시작하기 전에 Andr
developers.google.com
IOS는 Runner reveal in finder -> AppDelegate Swift 가서 import GoogleMaps 해준다.그리고 GMServices에서 APIKEY를 붙여줌
4.