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 methods are self-explainable, and they can be easily referenced through Google’s API:
https://developers.google.com/maps/documentation/webservices/
More documentations will be added as more code are completed.
Support API so far:
- Google Directions
- Google Places (Geocoding, Reverse Geocoding)
- Google Places Autocomplete
- Google Static Maps