Has anyone got street address in Munich as the result of FindNearby?
Of course, FindNearby returns FindResults and from FindResults you can get Location by calling FindResults.GetItem(index). Location object returns StreetAddress object and then finally you suppose to GetStreet from StreetAddress.
The FindNearby in Munich returns many restaurants, hotels, but for each one I could not get any street name, they all blank.