Esempio n. 1
0
 public string GetCity()
 {
     return(_city == null ? _city = GoogleApi.GetCity(Latitude, Longitude) : _city);
 }