ericnewton76 / gmaps-api-net

C# google maps api interface for interacting with the backend web services for Google Maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Street View Image API

ConnorJBishop opened this issue · comments

This is a very useful library and has tidied up my code significantly. Just wondered if there are any plans to add support for the Street View Image API?

Would be great for you to do some implementation and submit as a pull request. Try to include some unit testing on how it builds the url and so forth and we'll get it integrated in asap!

Any contributions are welcome and appreciated

Working on this in my branch, streetviewapi

Implemented via PR #111