Exemple #1
0
 public static Location GeocodeLocation(string adress)
 {
     return(geocoder.GetLocation(adress));
 }