/// <summary>
 /// Sets the bounds of this rectangle.
 /// </summary>
 public void SetBounds(LatLngBounds bounds)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 /// <summary>
 /// Sets the viewport to contain the given bounds.
 /// </summary>
 public void FitBounds(LatLngBounds bounds)
 {
     throw new NotImplementedException();
 }
Beispiel #3
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();
 }
Beispiel #4
0
 /// <summary>
 /// Pans the map by the minimum amount necessary to contain the given LatLngBounds.  It makes no guarantee where on the map the bounds will be, except that as much of the bounds as possible will be visible.  The bounds will be positioned inside the area bounded by the map type and navigation (pan, zoom, and Street View) controls, if they are present on the map.  If the bounds is larger than the map, the map will be shifted to include the northwest corner of the bounds.  If the change in the map's position is less than both the width and height of the map, the transition will be smoothly animated.
 /// </summary>
 public void PanToBounds(LatLngBounds latLngBounds)
 {
     throw new NotImplementedException();
 }
Beispiel #5
0
 /// <summary>
 /// Pans the map by the minimum amount necessary to contain the given LatLngBounds.  It makes no guarantee where on the map the bounds will be, except that as much of the bounds as possible will be visible.  The bounds will be positioned inside the area bounded by the map type and navigation (pan, zoom, and Street View) controls, if they are present on the map.  If the bounds is larger than the map, the map will be shifted to include the northwest corner of the bounds.  If the change in the map's position is less than both the width and height of the map, the transition will be smoothly animated.
 /// </summary>
 public void PanToBounds(LatLngBounds latLngBounds)
 {
     throw new NotImplementedException();
 }
Beispiel #6
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();
 }
Beispiel #7
0
 /// <summary>
 /// Returns true if this bounds shares any points with this bounds.
 /// </summary>
 public bool Intersects(LatLngBounds other)
 {
     throw new NotImplementedException();
 }
Beispiel #8
0
 /// <summary>
 /// Returns true if this bounds approximately equals the given bounds.
 /// </summary>
 public bool Equals(LatLngBounds other)
 {
     throw new NotImplementedException();
 }
 /// <summary>
 /// Returns true if this bounds shares any points with this bounds.
 /// </summary>
 public bool Intersects(LatLngBounds other)
 {
     throw new NotImplementedException();
 }
 /// <summary>
 /// Returns true if this bounds approximately equals the given bounds.
 /// </summary>
 public bool Equals(LatLngBounds other)
 {
     throw new NotImplementedException();
 }