Reputation: 1634
I'm not sure how to add this Google maps Geolocation marker library to my project. I am using Visual Studio 2013 - how should I add it so I can then use the geolocation objects?
I have tried Googling and looking on this site but couldn't find anything useful - can anybody help?
Upvotes: 0
Views: 122
Reputation: 184
You have a few options.
dist
folder, add the file to your project and link it in your pages. src
folder, add to your project, and link it in your pagesbower
(http://bower.io/, you'll have to set it up if you've never used it before). You can then just do a bower install bower-geolocationmarker
to grab the files, which you can then link to in your pagesUpvotes: 1