How to add Google.Maps.LocationServices reference to my ASp.Net project

0

Nesesito add that reference to my project but not c how or what file download

    
asked by Efrain Mejias C 03.09.2016 в 13:42
source

1 answer

1

Give via nuget , open Package Manager Console and execute the following command:

Install-Package GoogleMaps.LocationServices 
    
answered by 06.09.2016 / 19:46
source