public Single GetLongitute() { return(RandomProxy.NextSingle() * 180 - 90); }
public Single GetLatitude() { return(RandomProxy.NextSingle() * 180 - 90); }