I\'m trying to get the street name of my current location but I can\'t seem to get it.
I use this method to retrieve the Address:
public Address getAddre
If you have a complete address (city + street), in
address.getAddressLine(0)
you find the street name and number.