GoogleMap Control v6.0
Declaration Syntax
Members
Inheritance Hierarchy
Assembly: Artem.Google (Module: Artem.Google) Version: 6.0.0.0 (6.0.11322.1118)
The options for the markers' info window.

C# | Visual Basic |
public class InfoWindowOptions : IScriptDataConverter
Public Class InfoWindowOptions _ Implements IScriptDataConverter

All Members | Constructors | Methods | Properties | ||
|
|
|
Icon | Member | Description |
---|---|---|
![]() |
InfoWindowOptions()()()() |
Initializes a new instance of the InfoWindowOptions class
|
![]() |
DisableAutoPan |
Disable auto-pan on open.
By default, the info window will pan the map so that it is fully visible when it opens.
|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() |
FromScriptData(Object) |
Retrieves an instance from script data.
|
![]() |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MaxWidth |
Maximum width of the infowindow, regardless of content's width.
|
![]() |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
PixelOffset |
The offset, in pixels, of the tip of the info window from the point on the map at whose geographical
coordinates the info window is anchored. If an InfoWindow is opened with an anchor, the pixelOffset
will be calculated from the top-center of the anchor's bounds.
|
![]() |
Position |
The LatLng at which to display this InfoWindow.
If the InfoWindow is opened with an anchor, the anchor's position will be used instead.
|
![]() |
ToScriptData()()()() |
Returns the instance as a script data.
|
![]() |
ToString()()()() | (Inherited from Object.) |
![]() |
ZIndex |
All InfoWindows are displayed on the map in order of their zIndex, with higher values displaying
in front of InfoWindows with lower values.
By default, InfoWinodws are displayed according to their latitude, with InfoWindows of lower
latitudes appearing in front of InfoWindows at higher latitudes.
InfoWindows are always displayed in front of markers.
|

Object | |
![]() |
InfoWindowOptions |