Geocode Helper - NGame1/UWPGmaps.SDK GitHub Wiki

GetAddress()

Get Address of the GeoPoint you provided

How to use :

var address = await GetAddress(MyLocation);

GetInfo()

This method will return you information about a place.

How to use :

await GetInfo(Place_ID_Returned_From_Google_APIs);

or

await GetInfo(Place_Location);