Show / Hide Table of Contents

Class SearchBoxControlOptions

Options for the rendering of the search box control.

Inheritance
System.Object
SearchBoxControlOptions
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 SearchBoxControlOptions : IScriptDescriptorData

Properties

Position

Position id. Used to specify the position of the control on the map. The default position is TOP_LEFT.

Declaration
public ControlPosition Position { get; set; }
Property Value
Type Description
ControlPosition

The position.

Style

The style used in the search control

Declaration
public string Style { get; set; }
Property Value
Type Description
System.String

The style.

Text

The text used as placeholder

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String

Methods

FromScriptData(Object)

Retrieves an instance from script data.

Declaration
public static SearchBoxControlOptions FromScriptData(object scriptObject)
Parameters
Type Name Description
System.Object scriptObject

The script object.

Returns
Type Description
SearchBoxControlOptions

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