Example #1
0
 /// <summary>
 /// Creates an info window with the given options.  An InfoWindow can be placed on a map at a particular position or above a marker, depending on what is specified in the options. Unless auto-pan is disabled, an InfoWindow will pan the map to make itself visible when it is opened. After constructing an InfoWindow, you must call open to display it on the map.  The user can  click the close button on the InfoWindow to remove it from the map, or the developer can call close() for the same effect.
 /// </summary>
 public InfoWindow(InfoWindowOptions opts)
 {
     throw new NotImplementedException();
 }
Example #2
0
 /// <summary>
 /// Creates an info window with the given options.  An InfoWindow can be placed on a map at a particular position or above a marker, depending on what is specified in the options. Unless auto-pan is disabled, an InfoWindow will pan the map to make itself visible when it is opened. After constructing an InfoWindow, you must call open to display it on the map.  The user can  click the close button on the InfoWindow to remove it from the map, or the developer can call close() for the same effect.
 /// </summary>
 public InfoWindow(InfoWindowOptions opts)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public void SetOptions(InfoWindowOptions options)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public void SetOptions(InfoWindowOptions options)
 {
     throw new NotImplementedException();
 }