| ConfigurationGoogleMapSettings Property  | 
            Gets or sets the object holding settings that modify how the Google Maps pages are shown to connecting browsers.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic GoogleMapSettings GoogleMapSettings { get; set; }Public Property GoogleMapSettings As GoogleMapSettings
	Get
	Set
public:
property GoogleMapSettings^ GoogleMapSettings {
	GoogleMapSettings^ get ();
	void set (GoogleMapSettings^ value);
}member GoogleMapSettings : GoogleMapSettings with get, set
Property Value
Type: 
GoogleMapSettings
See Also