withinMiles method Null safety
- String key,
- NCMBGeoPoint geo,
- double maxDistance
Implementation
void withinMiles(String key, NCMBGeoPoint geo, double maxDistance) {
setOperand(key, maxDistance, ope: '\$maxDistanceInMiles');
setOperand(key, geo.toJson(), ope: '\$nearSphere');
}