Having acquired an API key for google and set the property in the MapViewer, I tried to retrieve a location. However the app is throwing an exception and the error is as described.
MapViewer1.APIKey = "cant tell you"
Dim location As New WebMapLocation("Fenway Park, Boston, MA")
MapViewer1.GoToLocation(location)
Any thoughts on what might be the issue?
I registered with google for my api key and have a valid key.
6 posts - 2 participants