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