Sets the API key for this process. You can obtain your key from: http://www.google.com/apis/maps/signup.html
Namespace:
NetQuarry.GoogleGeocoder
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void SetApiKey(
string apiKey
)
Public Shared Sub SetApiKey (
apiKey As String
)
Parameters
- apiKey
- Type: SystemString
The value of the API key
See Also