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; }
ReadOnly Property googlemaps_UseAPIKeyAuthentication As Boolean
Get
Property Value
Type:
BooleanUse 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