javascript - How to use Google Maps API v3 ClientID in application > Webbrowser control -
need google map v3 api work in .net application purchased clientid.
the application using webbrowser control load html documenttext , url 'about:blank'. problem can't put about:blank authorized urls list in google map console. can't host html needs lot of data database. must in application.
can me how use google map clientid in application without url or url = localhost? there way trick web browser control use localhost url use html in code? because can add localhost white list. lot
well, can use oauth 2.0
instead of public api access
key; if have public api access
, should use key server applications
, , set accept ip setting ip 0.0.0.0/0
.
Comments
Post a Comment