Also FilteredStream contains an event that will allow you to get all the matching locations.
Linvi
filteredStream.MatchingTweetAndLocationReceived += (sender, args) =>
{
var locations = args.MatchedLocations;
};