lvjincheng 3 yıl önce
ebeveyn
işleme
9800628fc4
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      Assets/BowArrow/Scripts/Expand/GPSTool.cs

+ 3 - 0
Assets/BowArrow/Scripts/Expand/GPSTool.cs

@@ -4,6 +4,9 @@ using UnityEngine;
 
 public class GPSTool
 {
+    //GPS获取地址
+    //成功返回:string[]{国,省,市}
+    //失败返回:null
     public static string[] GetAddress()
     {
         string[] address = null;