Show / Hide Table of Contents

Class StreetViewAddressControlOptions

Options for the rendering of the Street View address control.

Inheritance
System.Object
StreetViewAddressControlOptions
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.Streets
Assembly:GoogleMaps.dll
Syntax
public class StreetViewAddressControlOptions

Constructors

StreetViewAddressControlOptions()

Initializes a new instance of the StreetViewAddressControlOptions class.

Declaration
public StreetViewAddressControlOptions()

Properties

Position

Position id. This id is used to specify the position of the control on the map. The default position is TopLeft.

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

The position.

ViewStyle

CSS styles to apply to the Street View address control. For example, {backgroundColor: 'red'}.

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

The style.

Back to top Copyright © 2017 GoogleMapControl
Generated by DocFX