Struggling to integrate Google Map V3 API into a .NET application using a purchased ClientID.
The application currently relies on the WebBrowser Control to load HTML content into documentText with the URL set as 'about:blank'. However, the issue arises when trying to add 'about:blank' to the authorized URLs list in the Google Map console. Hosting the HTML externally is not feasible due to data dependency on the database; it needs to be within the application itself.
Seeking guidance on how to effectively implement the Google Map clientID in the application without relying on a specific URL or localhost. Is there a workaround to deceive the WebBrowser Control into treating localhost as the URL while still utilizing HTML in the code? Adding localhost to the whitelist seems possible. Any assistance would be greatly appreciated.