checkVPSAvailability

fun checkVPSAvailability(location: Location): Single<Boolean>

Deprecated

This method has been changed to `isVPSAvailableAt(coordinate: Coordinate)` and will be removed in a next release

Replace with

isVPSAvailableAt(coordinate: Coordinate)