コード例 #1
0
ファイル: Test.cs プロジェクト: achonor/UnityBaiduMap
 private void Start()
 {
     SetMapType(MapType.Street);
     mMapServices.SetZoomLevel(19);
     mMapServices.SetMapCenter(new Vector2D(112.888678, 28.213555));
     mMapServices.DoRender();
 }