There are plenty of articles on this subject but I couldn't find any that suits my needs. The only thing I need is to get a list of postcodes within a x miles radius of another postcode. I don't have a postcode database and although there is a free service that does exactly what I need (http://postcodes.io/), it does have a deal breaker limitation (max radius = 2km) so I cant really use it.
I think maybe I need to look at google maps API in more detail, I believe it might provide what I need but it's not clear from the documentation plus it's very much focused in maps (which I don't care about for now). If anyone could shed some light I would greatly appreciate.
This is for a C# project so any useful libraries are welcome.