Request Not Authorized or Over QueryLimit - GoogleLocationService

0

Follow the code below:

var locationService = new GoogleLocationService();
var point = locationService.GetLatLongFromAddress("Rua Osasco - Amador Bueno, Itapevi - SP, Brasil");

Error:

  

System.Net.WebException: 'Request Not Authorized or Over QueryLimit'

This error above occurs in the second line, if I return the breakpoint in the line: var locationService = new GoogleLocationService(); and then move on everything, everything is ok. I do not know why you're causing this problem. Any solution?

    
asked by anonymous 04.10.2017 / 21:19

0 answers