Show / Hide Table of Contents

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

true if opened; otherwise, false.

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>
Implements
IScriptDescriptorData.ToScriptData()
Back to top Copyright © 2017 GoogleMapControl
Generated by DocFX