We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549ace9 commit aab56a6Copy full SHA for aab56a6
README.md
@@ -112,7 +112,7 @@ this.imageControl.Image = img;
112
113
```c#
114
//enterprise users to use your supplied information for requests. Do this in App_Start.
115
-GoogleSigned.AssignAllServices(new GoogleSigned("gme-your-client-id", "your-signing-key"));
+GoogleSigned.AssignAllServices(new GoogleSigned("gme-your-client-id", "your-signing-key", signType: GoogleSignedType.Business));
116
117
// Then do as many requests as you like...
118
var request = new GeocodingRequest();
0 commit comments