The Google Web Service API for Windows Phone is an attempt to port all of Google’s web service into a .Net API for Windows Phone.
This API is basically the documentation in Google’s Web Service materialized into a usable API.
Instantiate the client classes (i.e. GoogleGeoCodeClient) to start using the corresponding Google Webservice API.
The signatures of the method are self-explainable, and they can be easily referenced through Google’s API:
https://developers.google.com/maps/documentation/geocoding/
Support API so far:
- Google Places (Search locations, business)
- Google Maps (Geocoding, Reverse Geocoding)
- Google Places Autocomplete
API that will be added in the very near future:
- Google Static Maps API (Getting static Images of Google maps)