GeoCoding(String, String) Constructor

Note: This API is now obsolete.
Initializes a new instance of the GeoCoding class

Definition

Namespace: Centralpoint.Web
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[ObsoleteAttribute("Google now supports an API key with preferred accounts.")]
public GeoCoding(
	string clientId,
	string securityKey
)

Parameters

clientId  String
 
securityKey  String
 

See Also