Пример #1
0
 /// <summary>
 /// Creates a ground overlay from the provided image URL and its LatLngBounds. The image is scaled to fit the current bounds, and projected using the current map projection.
 /// </summary>
 public GroundOverlay(string url, LatLngBounds bounds, GroundOverlayOptions opts)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 /// <summary>
 /// Creates a ground overlay from the provided image URL and its LatLngBounds. The image is scaled to fit the current bounds, and projected using the current map projection.
 /// </summary>
 public GroundOverlay(string url, LatLngBounds bounds, GroundOverlayOptions opts)
 {
     throw new NotImplementedException();
 }