app/src/main/java/ch/epfl/sweng/hostme/map/Location.java
Showing 1 of 1 total issue
Method checkPositionAroundLocation
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static boolean checkPositionAroundLocation(Context context, String fullAddress, double latitude, double longitude, float radius) {