Can we have an overload for stream.AddLocation like this?
var center = new Coordinates(lon, lan);
stream.AddLocation( center, radius, RadiusType.Metric); // or RadiusType.US
var center = new Coordinates(lon, lan);
stream.AddLocation( center, radius, RadiusType.Metric); // or RadiusType.US