Class OverviewMapControlOptions
Options for the rendering of the pan control.
Inheritance
System.Object
OverviewMapControlOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:GoogleMaps
Assembly:GoogleMaps.dll
Syntax
public class OverviewMapControlOptions : IScriptDescriptorData
Properties
Opened
Whether the control should display in opened mode or collapsed (minimized) mode. By default, the control is closed.
Declaration
public bool Opened { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
FromScriptData(Object)
Retrieves an instance from script data.
Declaration
public static OverviewMapControlOptions FromScriptData(object scriptObject)
Parameters
Type | Name | Description |
---|---|---|
System.Object | scriptObject | The script value. |
Returns
Type | Description |
---|---|
OverviewMapControlOptions |
ToScriptData()
Returns the instance as a script data.
Declaration
public IDictionary<string, object> ToScriptData()
Returns
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |