getDisplayRulesForLocations

@Nullable
@AnyThread
fun getDisplayRulesForLocations(@NonNull locations: List<MPLocation>): HashMap<String, LocationDisplayRule>

Gets the LocationDisplayRules currently being used by the given MPLocations

Return

A hashmap from MPLocation.id to LocationDisplayRule

Parameters

locations

List of MPLocations we want to get current LocationDisplayRules for.