Click or drag to resize

ServicePropertiesgooglemaps_UseAPIKeyAuthentication Property

Use an API Key to authenticate with the Google Maps API instead of a Client ID / Private Key combo. API Key should be stored in the PrivateKey property.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
bool googlemaps_UseAPIKeyAuthentication { get; }

Property Value

Type: Boolean
Use an API Key to authenticate with the Google Maps API instead of a Client ID / Private Key combo. API Key should be stored in the PrivateKey property.
Remarks
Applies to ServiceInstance googlemaps only.
See Also