コード例 #1
0
 static IntPtr n_GetUid(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Tencent.Map.Geolocation.ITencentPoi __this = global::Java.Lang.Object.GetObject <global::Com.Tencent.Map.Geolocation.ITencentPoi> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewString(__this.Uid));
 }
コード例 #2
0
 static double n_GetLongitude(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Tencent.Map.Geolocation.ITencentPoi __this = global::Java.Lang.Object.GetObject <global::Com.Tencent.Map.Geolocation.ITencentPoi> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.Longitude);
 }