GoogleMapSettingsUseGoogleMapsAPIKeyWithLocalRequests Property |
True if the Google Maps API key should be used for requests from local addresses. This should
only be switched on if the installation is behind a proxy.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool UseGoogleMapsAPIKeyWithLocalRequests { get; set; }
Public Property UseGoogleMapsAPIKeyWithLocalRequests As Boolean
Get
Set
public:
property bool UseGoogleMapsAPIKeyWithLocalRequests {
bool get ();
void set (bool value);
}
member UseGoogleMapsAPIKeyWithLocalRequests : bool with get, set
Property Value
Type:
BooleanSee Also