Skip to content

matsuhiro/unity-googlemapview-for-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnityAndroidでGoogleMapを表示

MapView.csのSetLocationを呼び出すと自分の現在値を取得し、GoogleMapに表示することができます。

GetComponent<MapView> ().SetLocation();

MapView.csのlocationTestをtrueにしてSetLocationTestを呼び出すと任意のロケーションをGoogleMapに表示できます。


GetComponent ().locationTest = true;
GetComponent ().SetLocationTest (float latitude, float longitude);

Unityプロジェクトを動かしたり開発をするときは必ずGoogleMapAPIKeyを取得してください

Unityプロジェクトの「Plugins/Android/res/layout/map」にGoogleMapAPIKeyを設定する所があります。
Keyをセットしないと動作しませんので気をつけてください。

About

UnityAndroidでGoogleMap表示

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published