Click or drag to resize

GoogleMapServiceUseAPIKeyAuthentication Property

Gets/sets whether or not the service should use an API key to authenticate with the Google Maps API. When specified, this will use the value in PrivateKey as the API key for authentication. This is an alternative to using the PrivateKey + ClientID method of authentication (which requres the use of a Google API Premium Account).

Namespace:  NetQuarry.GoogleGeocoder
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool UseAPIKeyAuthentication { get; }

Property Value

Type: Boolean
See Also