Google.Maps.GoogleSigned.GoogleSigned C# (CSharp) Method

GoogleSigned() public method

public GoogleSigned ( string apiKey ) : System
apiKey string
return System
        public GoogleSigned(string apiKey)
        {
            _apiKey = apiKey;
            _signType = GoogleSignedType.ApiKey;
        }

Same methods

GoogleSigned::GoogleSigned ( string clientId, string usablePrivateKey ) : System