Could you calculate shortest distance to each point (using for example haversine formula) and then divide each time you got by 2*distance/c to get some sort of normalized score for connectivity? Anything closely approaching 1 would be the optimal connectivity to that destination.
Edit: c would be speed of light