getDistanceString

fun getDistanceString(userLocation: Location): String

Helper function that can be used to determine distance between a given location and the clinic.

Return

The distance from the given location to the clinic, in miles.

Parameters

userLocation

A Location from which the distance to the clinic will be calculated from.