示例#1
0
 public Single GetLongitute()
 {
     return(RandomProxy.NextSingle() * 180 - 90);
 }
示例#2
0
 public Single GetLatitude()
 {
     return(RandomProxy.NextSingle() * 180 - 90);
 }