Google Mapは、Google社がオンラインで提供している地図・ローカル検索サービスです。GIS(Geographic Information System:地理情報システム)の中の「WebGIS」に該当します。地図・航空写真・地形の表示方式があり、それぞれユーザーが縮尺を調整して表示させることができます。地域の情報サービスを検索する機能やルート検索の機能も搭載されています。
Google Mapは、Google社がオンラインで提供している地図・ローカル検索サービスです。GIS(Geographic Information System:地理情報システム)の中の「WebGIS」に該当します。地図・航空写真・地形の表示方式があり、それぞれユーザーが縮尺を調整して表示させることができます。地域の情報サービスを検索する機能やルート検索の機能も搭載されています。
Attribute meta-data#com.google.android.geo.API_KEY@value at AndroidManifest.xml:29:13-44 requires a placeholder substitution but no value for <MAPS_API_KEY> is provided.
該当のソースコード
プロジェクトレベルのbuild.gradle
Groovy
1buildscript {2 dependencies {3 classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1"4}5}6plugins {7 id 'com.android.application' version '8.0.2' apply false8 id 'com.android.library' version '8.0.2' apply false9 id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin' version '2.0.1' apply false10}
アプリモジュールレベルのbuild.gradle
Groovy
1plugins {2 id 'com.android.application'3 id 'com.google.gms.google-services' version '4.4.0' apply false4 id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin' version '2.0.1' apply false5}67~~~以下省略~~~
1// Top-level build file where you can add configuration options common to all sub-projects/modules.2buildscript {3 dependencies {4 classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1"5}6}7plugins {8 id 'com.android.application' version '8.2.0' apply false9}
## This file is automatically generated by Android Studio.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file should *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.
#
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
sdk.dir=C\:\\Users\\Jimbe\\AppData\\Local\\Android\\Sdk
MAPS_API_KEY=
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。