Exemple #1
0
 /// <summary>
 /// Opens this InfoWindow on the given map.  Optionally, an InfoWindow can be associated with an anchor.  In the core API, the only anchor is the Marker class.  However, an anchor can be any MVCObject that exposes the position property and optionally anchorPoint for calculating the pixelOffset (see InfoWindowOptions).  The anchorPoint is the offset from the anchor's position to the tip of the InfoWindow.
 /// </summary>
 public void Open(StreetViewPanorama map, MVCObject anchor)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 /// <summary>
 /// Binds a View to a Model.
 /// </summary>
 public void BindTo(string key, MVCObject target, string targetKey, bool noNotify)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 /// <summary>
 /// Opens this InfoWindow on the given map.  Optionally, an InfoWindow can be associated with an anchor.  In the core API, the only anchor is the Marker class.  However, an anchor can be any MVCObject that exposes the position property and optionally anchorPoint for calculating the pixelOffset (see InfoWindowOptions).  The anchorPoint is the offset from the anchor's position to the tip of the InfoWindow.
 /// </summary>
 public void Open(Map map, MVCObject anchor)
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 /// <summary>
 /// Binds a View to a Model.
 /// </summary>
 public void BindTo(string key, MVCObject target)
 {
     throw new NotImplementedException();
 }
 /// <summary>
 /// Binds a View to a Model.
 /// </summary>
 public void BindTo(string key, MVCObject target, string targetKey, bool noNotify)
 {
     throw new NotImplementedException();
 }
 /// <summary>
 /// Binds a View to a Model.
 /// </summary>
 public void BindTo(string key, MVCObject target)
 {
     throw new NotImplementedException();
 }
Exemple #7
0
 /// <summary>
 /// Opens this InfoWindow on the given map.  Optionally, an InfoWindow can be associated with an anchor.  In the core API, the only anchor is the Marker class.  However, an anchor can be any MVCObject that exposes the position property and optionally anchorPoint for calculating the pixelOffset (see InfoWindowOptions).  The anchorPoint is the offset from the anchor's position to the tip of the InfoWindow.
 /// </summary>
 public void Open(StreetViewPanorama map, MVCObject anchor)
 {
     throw new NotImplementedException();
 }
Exemple #8
0
 /// <summary>
 /// Opens this InfoWindow on the given map.  Optionally, an InfoWindow can be associated with an anchor.  In the core API, the only anchor is the Marker class.  However, an anchor can be any MVCObject that exposes the position property and optionally anchorPoint for calculating the pixelOffset (see InfoWindowOptions).  The anchorPoint is the offset from the anchor's position to the tip of the InfoWindow.
 /// </summary>
 public void Open(Map map, MVCObject anchor)
 {
     throw new NotImplementedException();
 }