Exemple #1
0
 public static string GetStaticMapurl(int h, int w, double lat, double lng)
 {
     return(geocoder.GetMapUrl(h, w, new Location()
     {
         Lattitude = lat, Longitude = lng
     }));
 }