Ejemplo n.º 1
0
 /// <summary>
 /// Renders the marker on the specified map or panorama.  If map is set to null, the marker will be removed.
 /// </summary>
 public void SetMap(StreetViewPanorama map)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
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();
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Adds the overlay to the map or panorama.
 /// </summary>
 public void SetMap(StreetViewPanorama map)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
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();
 }