distanceBetween method
Implementation
@override
double distanceBetween(
double startLat, double startLng, double endLat, double endLng) {
throw ConfigError(
"Location Manager is not enabled. Please review the Ensemble documentation.");
}
@override
double distanceBetween(
double startLat, double startLng, double endLat, double endLng) {
throw ConfigError(
"Location Manager is not enabled. Please review the Ensemble documentation.");
}